@@ -104,11 +104,10 @@ export default {
.filter-cell-label {
margin-top: 2px;
}
- .v-vip-icon{
+ .v-vip-icon {
display: inline-block;
width: 14px;
height: 14px;
- margin-left: 2px;
background: url(@/assets/image/icon/vip/v_icon.png) no-repeat center;
background-size: contain;
margin-bottom: 1px;
@@ -1228,7 +1228,6 @@ export default {
@@ -621,11 +621,10 @@ export default {
border-bottom: 1px solid $border_color_3;
-.v-vip-icon{
+.v-vip-icon {
margin-bottom: 2px;
@@ -139,10 +139,21 @@ export default {
.action-group {
.action-button {
height: 32px;
- font-size: 16px;
+ font-size: 15px;
&:not(:first-of-type) {
margin-left: 24px;
+::v-deep {
+ .van-button {
+ font-weight: normal;
+ }
+ .van-button--plain {
+ background: transparent;
+ .van-button--normal {
+ padding: 0 12px;
+}
</style>