Procházet zdrojové kódy

style:“修复一些按钮丢失问题”

soobin před 1 rokem
rodič
revize
3f9c6adf11

+ 14 - 13
src/App.vue

@@ -84,20 +84,21 @@ export default {
     align-items: center;
   }
 
-  //  .van-field__value {
-  //   border: 1px solid #b9bad0;
-  //   border-radius: 2px;
-  //   height: 38px;
-  //   line-height: 38px;
-  //   padding-left: 6px;
+  // .van-field__body {
+    // border: 1px solid #dddde8;
+    // border-radius: 2px;
+    // height: 38px;
+    // line-height: 38px;
+    // padding-left: 6px;
+    // width: auto;
   // }
-  .van-field__body {
-    border: 1px solid #dddde8;
-    border-radius: 2px;
-    height: 38px;
-    line-height: 38px;
-    padding-left: 6px;
-  }
+  .van-field__control {
+        height: 38px;
+        line-height: 38px;
+        padding: 6px;
+        border-radius: 1px;
+        border: 1px solid #dddde8;
+    }
 }
 
 // 下边框线条

+ 1 - 1
src/components/SimpleHeader.vue

@@ -78,7 +78,7 @@ export default {
 
   .simple-header-name {
     white-space: nowrap;
-    font-size: 0.45rem;
+    font-size: 15px;
     font-weight: 600;
   }
 }

+ 14 - 0
src/styles/advertManage/index.less

@@ -161,6 +161,20 @@
     background-color: #4d6add;
 }
 
+.input1 {
+    .van-field__body {
+        width: 50%;
+    }
+
+    .van-field__control {
+        height: 38px;
+        line-height: 38px;
+        padding: 6px;
+        border-radius: 1px;
+        border: 1px solid #dddde8;
+    }
+}
+
 .tagSetIdx {
     overflow: hidden;
     overflow-y: auto;

+ 1 - 1
src/styles/user/index.less

@@ -7,7 +7,7 @@
 
 
     .simple-header {
-        background: transparent;
+        background: transparent !important;
     }
 
     .userPageBox {

+ 2 - 2
src/views/advertManage/advertRule/add.vue

@@ -15,7 +15,7 @@
           :label="$t('advertManage.advertRule.addRule.pushMerchant')"
           :placeholder="$t('advertManage.advertRule.addRule.pushMerchantPlace')" />
         <van-field readonly colon :border="false" v-model="cofficentForm.A_advertList" clearable name="A_advertList"
-          :placeholder="$t('advertManage.advertRule.addRule.AScreenPlace')"
+          :placeholder="$t('advertManage.advertRule.addRule.AScreenPlace')" class="input1"
           :label="$t('advertManage.advertRule.addRule.AScreen')">
           <template #button>
             <van-button @click="searchClk(0)" type="primary">{{
@@ -24,7 +24,7 @@
           </template>
         </van-field>
         <van-field required readonly colon :border="false" v-model="cofficentForm.B_advertList" clearable
-          name="B_advertList" :placeholder="$t('advertManage.advertRule.addRule.BScreennPlace')"
+          name="B_advertList" :placeholder="$t('advertManage.advertRule.addRule.BScreennPlace')" class="input1"
           :label="$t('advertManage.advertRule.addRule.BScreen')" :rules="[
             {
               required: true,

+ 1 - 1
src/views/advertManage/advertRule/screen.vue

@@ -14,7 +14,7 @@
             : $t("advertManage.advertRule.addRule.BScreen")
           }}
         </div>
-        <div class="c-border o-ptb-10 o-plr-12 l-flex-RC l-flex-w o-w" style="padding-bottom: 0; min-height: 36px">
+        <div class="c-border o-ptb-10 o-plr-12 l-flex-RC l-flex-w" style="padding-bottom: 0; min-height: 36px">
           <div class="c-border l-flex-RC o-p-3 c-color-f o-mr-10 o-mb-10"
             style="background: #e59a6d; border: 1px solid #e59a6d" v-for="(item, index) in tagList" :key="index">
             <span class="o-mr-3">{{ item.name }}</span>

+ 1 - 1
src/views/device/editAdRule/index.vue

@@ -5,7 +5,7 @@
       <div class="l-flex-between kBordBott o-pb-20">
         <div
             class="c-border o-ptb-10 o-plr-12 l-flex-RC l-flex-w o-w"
-            style="padding-bottom: 0; min-height: 36px"
+            style="padding-bottom: 0; min-height: 36px; width: 70%;"
         >
           <div
               class="c-border l-flex-RC o-p-3 c-color-f o-mr-10 o-mb-10"

+ 1 - 1
src/views/device/tagSet/index.vue

@@ -3,7 +3,7 @@
     <s-header :name="$t('device.tagSet.title')" :noback="false"></s-header>
     <div class="o-p-10">
       <div class="l-flex-between">
-        <div class="c-border o-ptb-10 o-plr-12 l-flex-RC l-flex-w o-w" style="padding-bottom: 0;min-height: 36px;">
+        <div class="c-border o-ptb-10 o-plr-12 l-flex-RC l-flex-w o-w" style="padding-bottom: 0;min-height: 36px; width: 70%;">
           <!-- @click="noticeClk({ item, index }, 1)" -->
           <div class="c-border l-flex-RC o-p-3 c-color-f o-mr-10 o-mb-10"
             style="background: #e59a6d; border: 1px solid #e59a6d" v-for="(item, index) in tagList" :key="index">