f5d618f6 by 任超

style:接收报文

1 parent 2f5a0367
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
8 要素代码: <br /> 8 要素代码: <br />
9 <p class="label-detail">(YSDM)</p> 9 <p class="label-detail">(YSDM)</p>
10 </span> 10 </span>
11 <el-input :disabled="$store.state.business.Edit" v-model="ruleForm.ysdm" 11 <el-input :disabled="$store.state.business.Edit" v-model="ruleForm.YSDM"
12 :placeholder="$store.state.business.Edit ? '' : '要素代码'"></el-input> 12 :placeholder="$store.state.business.Edit ? '' : '要素代码'"></el-input>
13 </el-form-item> 13 </el-form-item>
14 </el-col> 14 </el-col>
...@@ -257,7 +257,7 @@ export default { ...@@ -257,7 +257,7 @@ export default {
257 data () { 257 data () {
258 return { 258 return {
259 ruleForm: { 259 ruleForm: {
260 ysdm: '', 260 YSDM: '',
261 YWH: '', 261 YWH: '',
262 DJDL: '', 262 DJDL: '',
263 DJXL: '', 263 DJXL: '',
......
...@@ -61,11 +61,13 @@ export default { ...@@ -61,11 +61,13 @@ export default {
61 /deep/.el-submenu__title:hover { 61 /deep/.el-submenu__title:hover {
62 background: none; 62 background: none;
63 font-weight: 700; 63 font-weight: 700;
64 font-size: 20px;
64 } 65 }
65 66
66 /deep/.el-menu--horizontal .el-menu-item:not(.is-disabled):focus { 67 /deep/.el-menu--horizontal .el-menu-item:not(.is-disabled):focus {
67 background: none; 68 background: none;
68 color: #fff; 69 color: #fff;
70 font-size: 20px;
69 font-weight: 700 !important; 71 font-weight: 700 !important;
70 } 72 }
71 </style> 73 </style>
...\ No newline at end of file ...\ No newline at end of file
......