zhaoxiaoqiang
2021-09-16 c522fd0a15f396a5df30a200c113e7bd2b70f96d
src/views/old/store/wx-pay-score.vue
@@ -1,7 +1,7 @@
<!--
 * @Date: 2019-08-30 13:38:35
 * @LastEditors: Please set LastEditors
 * @LastEditTime: 2021-09-16 10:35:33
 * @LastEditTime: 2021-09-16 12:33:32
 * @Description:
 -->
@@ -429,10 +429,11 @@
    }
}
//搜索框
// .search {
//     margin-bottom: 20px;
//     padding: 5px 10px;
// }
.search {
    padding: 5px 10px;
    box-sizing: border-box;
}
.mer {
    width: 100%;
    height: 150px;
@@ -561,4 +562,26 @@
.weui-select{
    font-size: 14px;
}
.weui-label{
    font-size: 14px;
}
.van-cell .van-cell__title{
    font-size: 14px !important;
}
.van-field__body{
    font-size: 14px !important;
}
.van-picker-column__wrapper{
    line-height:24px !important;
}
.van-ellipsis{
    font-size:12px ;
    overflow: inherit;
    white-space: inherit;
    text-overflow: inherit;
    display: flex;
    justify-content: center;
    align-items: center;
}
</style>