更改主题色
This commit is contained in:
@@ -432,12 +432,12 @@ export default {
|
||||
font-weight: bold;
|
||||
color: #333;
|
||||
padding-left: 16rpx;
|
||||
border-left: 6rpx solid rgb(66, 121, 240);
|
||||
border-left: 6rpx solid #09C39D;
|
||||
}
|
||||
|
||||
.edit-btn, .add-btn, .view-detail, .view-all {
|
||||
font-size: 26rpx;
|
||||
color: rgb(66, 121, 240);
|
||||
color: #09C39D;
|
||||
}
|
||||
|
||||
.product-images {
|
||||
@@ -582,7 +582,7 @@ export default {
|
||||
|
||||
.action-btn.edit {
|
||||
background-color: #e8f0fe;
|
||||
color: rgb(66, 121, 240);
|
||||
color: #09C39D;
|
||||
}
|
||||
|
||||
.action-btn.delete {
|
||||
@@ -600,14 +600,14 @@ export default {
|
||||
flex: 1;
|
||||
text-align: center;
|
||||
padding: 30rpx 0;
|
||||
background: linear-gradient(135deg, #eef2fe, #ece9fa);
|
||||
background: linear-gradient(135deg, #A6F1E4 0%, #69DFC2 100%);
|
||||
border-radius: 12rpx;
|
||||
}
|
||||
|
||||
.stat-value {
|
||||
font-size: 36rpx;
|
||||
font-weight: bold;
|
||||
color: rgb(66, 121, 240);
|
||||
color: #09C39D;
|
||||
margin-bottom: 10rpx;
|
||||
}
|
||||
|
||||
@@ -713,13 +713,13 @@ export default {
|
||||
}
|
||||
|
||||
.action-buttons .action-btn.primary {
|
||||
background-color: rgb(66, 121, 240);
|
||||
background-color: #09C39D;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.action-buttons .action-btn.secondary {
|
||||
background-color: #E8F0FE;
|
||||
color: rgb(66, 121, 240);
|
||||
color: #09C39D;
|
||||
}
|
||||
|
||||
.action-buttons .action-btn.danger {
|
||||
|
||||
Reference in New Issue
Block a user