Selaa lähdekoodia

修改已知问题

306132416@qq.com 4 vuotta sitten
vanhempi
commit
c807127d41

+ 4 - 4
src/App.vue

@@ -135,7 +135,7 @@ export default {
     localTest(){
       // 本地调试打开
       this.loadingFlag = false;
-      this.isManufacturer = "distributor"; //  distributor
+      this.isManufacturer = "manufacturer"; //  distributor
       if (this.isManufacturer === "manufacturer") {
         if (this.$route.path === "/loading")
           this.$router.replace({ path: "/uploadInfor" });
@@ -161,7 +161,7 @@ export default {
   created() {
      this.loadingFlag = true;
      this.getData(); // 线上打开
-    // this.localTest();// 本地调试打开
+     //this.localTest();// 本地调试打开
   },
 };
 </script>
@@ -169,8 +169,8 @@ export default {
 * {
   padding: 0;
   margin: 0;
-  list-style: none;
-  color: #333;
+  /*list-style: none;*/
+  /*color: #333;*/
   font-size: 12px;
 }
 button {

+ 3 - 3
src/components/wangEditor.vue

@@ -80,7 +80,7 @@
     .w-e-tooltip {
         background-color: #fff!important;
     }
-    .w-e-text a {
-        color: cornflowerblue!important;
-    }
+    /*.w-e-text a {*/
+        /*color: cornflowerblue!important;*/
+    /*}*/
 </style>

+ 4 - 1
src/views/notification/detail/itemDetail.vue

@@ -11,7 +11,7 @@
         <p v-html="contentData.content"></p>
     </div>
       <div class="files" v-if="showFileLength">
-          <p style="width: 65px" >附件:</p>
+          <p style="width: 45px" >附件:</p>
           <div class="filesName">
               <p v-for="(item, index) in contentData.files"
               :key="index"
@@ -107,6 +107,9 @@ export default {
 .content {
     margin-top: 16px;
 }
+.content a {
+    color: cornflowerblue!important;
+}
 .files {
     display: flex;
     margin-top: 20px;

+ 1 - 1
src/views/notification/editPage/editPage.vue

@@ -85,7 +85,7 @@ export default {
       noticeTitle: "",
       InfoType: "",
       title: this.$route.query.title,
-      areaList: ["全区", "北区", "南区", "东区", "华东", "西南"],
+      areaList: ["全区", "华东", "华南","华北"],
       content: "",
       unifiedUrl: "/lexus_php/api/",
       fileDes: [], // 上传的文件名,

+ 1 - 7
src/views/notification/jingXiaoshang.vue

@@ -17,7 +17,7 @@
           v-for="(obj, index) in contentData"
           :key="index"
           class="itemBox"
-          :class="{ unread_message: obj.read_time === 0 }"
+          :style="{color:(obj.read_time == 0 ? 'red':'#333')}"
         >
           <div class="lineItem1">
             <div class="notice-style-box">
@@ -95,12 +95,6 @@ export default {
 
 <style lang="less">
 .notice_jingXiaoShang{
-.unread_message {
-  color: red;
-  *{
-    color: red!important;;
-  }
-}
 .lineItem1 {
   display: flex;
   justify-content: center;