panhui hace 2 años
padre
commit
91fa014166

BIN
src/assets/top_nav_icon_xiaoxi@3x.png


BIN
src/assets/xiaoxi_icon_xitong@3x.png


+ 1 - 0
src/components/popup/CopyrightAdd.vue

@@ -5,6 +5,7 @@
         center
         :visible.sync="show"
         width="980px"
+        append-to-body
     >
         <el-form
             :model="formData"

+ 1 - 0
src/components/popup/CopyrightDemandAdd.vue

@@ -5,6 +5,7 @@
         center
         :visible.sync="show"
         width="980px"
+        append-to-body
     >
         <el-form
             :model="formData"

+ 8 - 7
src/components/popup/LogoAdd.vue

@@ -1,5 +1,5 @@
 <template>
-    <el-dialog v-loading="saving" title="发布供给信息-商标" center :visible.sync="show" width="980px">
+    <el-dialog v-loading="saving" append-to-body title="发布供给信息-商标" center :visible.sync="show" width="980px">
         <el-form
             :model="formData"
             :rules="rules"
@@ -369,16 +369,16 @@ export default {
     vertical-align: bottom;
 }
 /deep/ .el-button--primary {
-    background: #0092B1 !important;
-    border-color: #0092B1 !important;
+    background: #0092b1 !important;
+    border-color: #0092b1 !important;
 }
 /deep/ .el-radio__input.is-checked .el-radio__inner {
-    border-color: #0092B1 !important;
-    background: #0092B1 !important;
+    border-color: #0092b1 !important;
+    background: #0092b1 !important;
 }
 /deep/ .el-checkbox__input.is-checked .el-checkbox__inner {
-    border-color: #0092B1 !important;
-    background: #0092B1 !important;
+    border-color: #0092b1 !important;
+    background: #0092b1 !important;
 }
 /deep/ .el-radio__input.is-checked + .el-radio__label {
     color: #000000 !important;
@@ -409,3 +409,4 @@ export default {
     margin: 0px !important;
 }
 </style>
+

+ 8 - 7
src/components/popup/LogoDemandAdd.vue

@@ -1,5 +1,5 @@
 <template>
-    <el-dialog v-loading="saving" title="发布需求信息-商标" center :visible.sync="show" width="980px">
+    <el-dialog v-loading="saving" append-to-body title="发布需求信息-商标" center :visible.sync="show" width="980px">
         <el-form
             :model="formData"
             :rules="rules"
@@ -225,16 +225,16 @@ export default {
     margin-left: 10px;
 }
 /deep/ .el-button--primary {
-    background: #0092B1 !important;
-    border-color: #0092B1 !important;
+    background: #0092b1 !important;
+    border-color: #0092b1 !important;
 }
 /deep/ .el-radio__input.is-checked .el-radio__inner {
-    border-color: #0092B1 !important;
-    background: #0092B1 !important;
+    border-color: #0092b1 !important;
+    background: #0092b1 !important;
 }
 /deep/ .el-checkbox__input.is-checked .el-checkbox__inner {
-    border-color: #0092B1 !important;
-    background: #0092B1 !important;
+    border-color: #0092b1 !important;
+    background: #0092b1 !important;
 }
 /deep/ .el-radio__input.is-checked + .el-radio__label {
     color: #000000 !important;
@@ -260,3 +260,4 @@ export default {
     width: 93% !important;
 }
 </style>
+

+ 3 - 2
src/components/popup/Message.vue

@@ -1,6 +1,6 @@
 <template>
     <div>
-        <el-dialog class="tips" title="提交留言" center :visible.sync="show" width="760px">
+        <el-dialog class="tips" append-to-body title="提交留言" center :visible.sync="show" width="760px">
             <div class="title">留言须知</div>
             <div class="content">
                 1、请您自觉遵守中华人民共和国宪法和法律;<br />
@@ -161,7 +161,7 @@ export default {
                             phone: this.userInfo.phone,
                             email: this.userInfo.email
                         };
-                        console.log("1313",res)
+                        console.log('1313', res);
                     })
                     .catch(e => {
                         console.log(e);
@@ -232,3 +232,4 @@ export default {
     margin-top: 10px;
 }
 </style>
+

+ 1 - 0
src/components/popup/PatentAdd.vue

@@ -5,6 +5,7 @@
         center
         :visible.sync="show"
         width="980px"
+        append-to-body
     >
         <el-form
             :model="formData"

+ 8 - 6
src/components/popup/PatentDemandAdd.vue

@@ -5,6 +5,7 @@
         center
         :visible.sync="show"
         width="980px"
+        append-to-body
     >
         <el-form
             :model="formData"
@@ -334,12 +335,12 @@ export default {
     vertical-align: bottom;
 }
 /deep/ .el-radio__input.is-checked .el-radio__inner {
-    border-color: #0092B1 !important;
-    background: #0092B1 !important;
+    border-color: #0092b1 !important;
+    background: #0092b1 !important;
 }
 /deep/ .el-checkbox__input.is-checked .el-checkbox__inner {
-    border-color: #0092B1 !important;
-    background: #0092B1 !important;
+    border-color: #0092b1 !important;
+    background: #0092b1 !important;
 }
 /deep/ .el-radio__input.is-checked + .el-radio__label {
     color: #000000 !important;
@@ -348,8 +349,8 @@ export default {
     color: #000000 !important;
 }
 /deep/ .el-button--primary {
-    background: #0092B1 !important;
-    border-color: #0092B1 !important;
+    background: #0092b1 !important;
+    border-color: #0092b1 !important;
 }
 /deep/ .el-checkbox__inner {
     border-radius: 50%;
@@ -365,3 +366,4 @@ export default {
     width: 93% !important;
 }
 </style>
+

+ 1 - 0
src/components/popup/TechProductDemandAdd.vue

@@ -5,6 +5,7 @@
         center
         :visible.sync="show"
         width="980px"
+        append-to-body
     >
         <el-form
             :model="formData"

+ 1 - 0
src/components/popup/TechnologyProductAdd.vue

@@ -5,6 +5,7 @@
         center
         :visible.sync="show"
         width="980px"
+        append-to-body
     >
         <el-form
             :model="formData"