Browse Source

fix:筛选条件清除icon尺寸修改

zhangsiya 11 tháng trước cách đây
mục cha
commit
faae7220d3
1 tập tin đã thay đổi với 8 bổ sung6 xóa
  1. 8 6
      src/components/search/index.vue

+ 8 - 6
src/components/search/index.vue

@@ -68,8 +68,6 @@ export default {
   },
   },
   data () {
   data () {
     return {
     return {
-      phoneVal: '',
-      timeVal: '',
       // 人工客服是否介入
       // 人工客服是否介入
       involvedOptions: [
       involvedOptions: [
         {
         {
@@ -101,7 +99,9 @@ export default {
         }
         }
       ],
       ],
       involvedVal: 0,
       involvedVal: 0,
-      isTourist: 0
+      isTourist: 0,
+      phoneVal: 111,
+      timeVal: ['2024-08-12', '2024-09-10']
     }
     }
   },
   },
   methods: {
   methods: {
@@ -157,14 +157,16 @@ export default {
     .el-date-editor.el-input__inner{
     .el-date-editor.el-input__inner{
       width: 170px;
       width: 170px;
       flex: 1;
       flex: 1;
-      padding: 3px 6px;
+      align-items: center;
+      padding: 3px 4px 3px 6px;
     }
     }
     .el-date-editor .el-range-input{
     .el-date-editor .el-range-input{
       font-size: 12px;
       font-size: 12px;
     }
     }
     .el-date-editor .el-range__close-icon{
     .el-date-editor .el-range__close-icon{
-      width: 20px;
-      line-height: 20px;
+      width: 16px;
+      line-height: 18px;
+      margin-top: 5px;
     }
     }
     .el-date-editor .el-range-input{
     .el-date-editor .el-range-input{
       width: 48%;
       width: 48%;