fix: 统一修改明细和复制按钮样式。
This commit is contained in:
@@ -122,7 +122,7 @@
|
|||||||
<text>修改</text>
|
<text>修改</text>
|
||||||
</view>
|
</view>
|
||||||
<view class="btn-copy" @click="handleCopy(item)">
|
<view class="btn-copy" @click="handleCopy(item)">
|
||||||
<uni-icons type="copy" size="16" color="#faad14"></uni-icons>
|
<uni-icons type="paperplane" size="16" color="#faad14"></uni-icons>
|
||||||
<text>复制</text>
|
<text>复制</text>
|
||||||
</view>
|
</view>
|
||||||
<view class="btn-delete" @click="handleDelete(item)">
|
<view class="btn-delete" @click="handleDelete(item)">
|
||||||
|
|||||||
@@ -100,7 +100,7 @@
|
|||||||
<text>修改</text>
|
<text>修改</text>
|
||||||
</view>
|
</view>
|
||||||
<view class="btn-copy" @click="handleCopy(item)">
|
<view class="btn-copy" @click="handleCopy(item)">
|
||||||
<uni-icons type="copy" size="16" color="#52c41a"></uni-icons>
|
<uni-icons type="paperplane" size="16" color="#faad14"></uni-icons>
|
||||||
<text>复制</text>
|
<text>复制</text>
|
||||||
</view>
|
</view>
|
||||||
<view class="btn-delete" @click="handleDelete(item)">
|
<view class="btn-delete" @click="handleDelete(item)">
|
||||||
@@ -655,9 +655,9 @@ page {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.btn-copy {
|
.btn-copy {
|
||||||
background: rgba(82, 196, 26, 0.1);
|
background: rgba(250, 173, 20, 0.1);
|
||||||
color: #52c41a;
|
color: #faad14;
|
||||||
border: 1rpx solid rgba(82, 196, 26, 0.3);
|
border: 1rpx solid rgba(250, 173, 20, 0.3);
|
||||||
}
|
}
|
||||||
|
|
||||||
.btn-delete {
|
.btn-delete {
|
||||||
|
|||||||
@@ -86,7 +86,7 @@
|
|||||||
|
|
||||||
<view class="operate" @click.stop>
|
<view class="operate" @click.stop>
|
||||||
<view class="btn-detail" @click="enterDetails(item)">
|
<view class="btn-detail" @click="enterDetails(item)">
|
||||||
<uni-icons type="list" size="16" color="#667eea"></uni-icons>
|
<uni-icons type="list" size="16" color="#52c41a"></uni-icons>
|
||||||
<text>账单明细</text>
|
<text>账单明细</text>
|
||||||
</view>
|
</view>
|
||||||
<view class="btn-edit" @click="handleEdit(item)">
|
<view class="btn-edit" @click="handleEdit(item)">
|
||||||
|
|||||||
@@ -82,7 +82,7 @@
|
|||||||
|
|
||||||
<view class="operate" @click.stop>
|
<view class="operate" @click.stop>
|
||||||
<view class="btn-detail" @click="enterDetails(item)">
|
<view class="btn-detail" @click="enterDetails(item)">
|
||||||
<uni-icons type="list" size="16" color="#667eea"></uni-icons>
|
<uni-icons type="list" size="16" color="#52c41a"></uni-icons>
|
||||||
<text>还款明细</text>
|
<text>还款明细</text>
|
||||||
</view>
|
</view>
|
||||||
<view class="btn-edit" @click="handleEdit(item)">
|
<view class="btn-edit" @click="handleEdit(item)">
|
||||||
|
|||||||
@@ -77,7 +77,7 @@
|
|||||||
<text>修改</text>
|
<text>修改</text>
|
||||||
</view>
|
</view>
|
||||||
<view class="btn-copy" @click="handleCopy(item)">
|
<view class="btn-copy" @click="handleCopy(item)">
|
||||||
<uni-icons type="copy" size="16" color="#52c41a"></uni-icons>
|
<uni-icons type="paperplane" size="16" color="#faad14"></uni-icons>
|
||||||
<text>复制</text>
|
<text>复制</text>
|
||||||
</view>
|
</view>
|
||||||
<view class="btn-delete" @click="handleDelete(item)">
|
<view class="btn-delete" @click="handleDelete(item)">
|
||||||
@@ -570,11 +570,11 @@ function selectStatus(item) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.btn-copy {
|
.btn-copy {
|
||||||
background: rgba(82, 196, 26, 0.1);
|
background: rgba(250, 173, 20, 0.1);
|
||||||
border: 1rpx solid rgba(82, 196, 26, 0.3);
|
border: 1rpx solid rgba(250, 173, 20, 0.3);
|
||||||
|
|
||||||
text {
|
text {
|
||||||
color: #52c41a;
|
color: #faad14;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -82,7 +82,7 @@
|
|||||||
|
|
||||||
<view class="operate" @click.stop>
|
<view class="operate" @click.stop>
|
||||||
<view class="btn-detail" @click="enterDetails(item)">
|
<view class="btn-detail" @click="enterDetails(item)">
|
||||||
<uni-icons type="list" size="16" color="#667eea"></uni-icons>
|
<uni-icons type="list" size="16" color="#52c41a"></uni-icons>
|
||||||
<text>还款明细</text>
|
<text>还款明细</text>
|
||||||
</view>
|
</view>
|
||||||
<view class="btn-edit" @click="handleEdit(item)">
|
<view class="btn-edit" @click="handleEdit(item)">
|
||||||
|
|||||||
@@ -74,7 +74,7 @@
|
|||||||
<text>修改</text>
|
<text>修改</text>
|
||||||
</view>
|
</view>
|
||||||
<view class="btn-copy" @click="handleCopy(item)">
|
<view class="btn-copy" @click="handleCopy(item)">
|
||||||
<uni-icons type="copy" size="16" color="#52c41a"></uni-icons>
|
<uni-icons type="paperplane" size="16" color="#faad14"></uni-icons>
|
||||||
<text>复制</text>
|
<text>复制</text>
|
||||||
</view>
|
</view>
|
||||||
<view class="btn-delete" @click="handleDelete(item)">
|
<view class="btn-delete" @click="handleDelete(item)">
|
||||||
@@ -580,9 +580,9 @@ page {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.btn-copy {
|
.btn-copy {
|
||||||
background: rgba(82, 196, 26, 0.1);
|
background: rgba(250, 173, 20, 0.1);
|
||||||
color: #52c41a;
|
color: #faad14;
|
||||||
border-color: rgba(82, 196, 26, 0.3);
|
border-color: rgba(250, 173, 20, 0.3);
|
||||||
}
|
}
|
||||||
|
|
||||||
.btn-delete {
|
.btn-delete {
|
||||||
|
|||||||
@@ -109,7 +109,7 @@
|
|||||||
<text>修改</text>
|
<text>修改</text>
|
||||||
</view>
|
</view>
|
||||||
<view class="btn-copy" @click="handleCopy(item)">
|
<view class="btn-copy" @click="handleCopy(item)">
|
||||||
<uni-icons type="copy" size="16" color="#faad14"></uni-icons>
|
<uni-icons type="paperplane" size="16" color="#faad14"></uni-icons>
|
||||||
<text>复制</text>
|
<text>复制</text>
|
||||||
</view>
|
</view>
|
||||||
<view class="btn-delete" @click="handleDelete(item)">
|
<view class="btn-delete" @click="handleDelete(item)">
|
||||||
@@ -648,9 +648,9 @@ page {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.btn-copy {
|
.btn-copy {
|
||||||
background: rgba(82, 196, 26, 0.1);
|
background: rgba(250, 173, 20, 0.1);
|
||||||
color: #52c41a;
|
color: #faad14;
|
||||||
border-color: rgba(82, 196, 26, 0.3);
|
border-color: rgba(250, 173, 20, 0.3);
|
||||||
}
|
}
|
||||||
|
|
||||||
.btn-delete {
|
.btn-delete {
|
||||||
|
|||||||
Reference in New Issue
Block a user