fix: 统一修改明细和复制按钮样式。

This commit is contained in:
tianyongbao
2025-11-19 18:34:17 +08:00
parent 312c93a374
commit 1ad3ce0a25
8 changed files with 21 additions and 21 deletions

View File

@@ -122,7 +122,7 @@
<text>修改</text>
</view>
<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>
</view>
<view class="btn-delete" @click="handleDelete(item)">

View File

@@ -100,7 +100,7 @@
<text>修改</text>
</view>
<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>
</view>
<view class="btn-delete" @click="handleDelete(item)">
@@ -655,9 +655,9 @@ page {
}
.btn-copy {
background: rgba(82, 196, 26, 0.1);
color: #52c41a;
border: 1rpx solid rgba(82, 196, 26, 0.3);
background: rgba(250, 173, 20, 0.1);
color: #faad14;
border: 1rpx solid rgba(250, 173, 20, 0.3);
}
.btn-delete {

View File

@@ -86,7 +86,7 @@
<view class="operate" @click.stop>
<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>
</view>
<view class="btn-edit" @click="handleEdit(item)">
@@ -675,7 +675,7 @@ page {
}
.btn-detail {
background: rgba(82, 196, 26, 0.1);
background: rgba(82, 196, 26, 0.1);
color: #52c41a;
border: 1rpx solid rgba(82, 196, 26, 0.3);
}

View File

@@ -82,7 +82,7 @@
<view class="operate" @click.stop>
<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>
</view>
<view class="btn-edit" @click="handleEdit(item)">

View File

@@ -77,7 +77,7 @@
<text>修改</text>
</view>
<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>
</view>
<view class="btn-delete" @click="handleDelete(item)">
@@ -570,11 +570,11 @@ function selectStatus(item) {
}
.btn-copy {
background: rgba(82, 196, 26, 0.1);
border: 1rpx solid rgba(82, 196, 26, 0.3);
background: rgba(250, 173, 20, 0.1);
border: 1rpx solid rgba(250, 173, 20, 0.3);
text {
color: #52c41a;
color: #faad14;
}
}

View File

@@ -82,7 +82,7 @@
<view class="operate" @click.stop>
<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>
</view>
<view class="btn-edit" @click="handleEdit(item)">

View File

@@ -74,7 +74,7 @@
<text>修改</text>
</view>
<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>
</view>
<view class="btn-delete" @click="handleDelete(item)">
@@ -580,9 +580,9 @@ page {
}
.btn-copy {
background: rgba(82, 196, 26, 0.1);
color: #52c41a;
border-color: rgba(82, 196, 26, 0.3);
background: rgba(250, 173, 20, 0.1);
color: #faad14;
border-color: rgba(250, 173, 20, 0.3);
}
.btn-delete {

View File

@@ -109,7 +109,7 @@
<text>修改</text>
</view>
<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>
</view>
<view class="btn-delete" @click="handleDelete(item)">
@@ -648,9 +648,9 @@ page {
}
.btn-copy {
background: rgba(82, 196, 26, 0.1);
color: #52c41a;
border-color: rgba(82, 196, 26, 0.3);
background: rgba(250, 173, 20, 0.1);
color: #faad14;
border-color: rgba(250, 173, 20, 0.3);
}
.btn-delete {