d7efa16a by renchao@pashanhoo.com

style:上报样式修改

1 parent 23cd20ef
...@@ -117,13 +117,13 @@ ...@@ -117,13 +117,13 @@
117 </div> 117 </div>
118 </div> 118 </div>
119 </div> 119 </div>
120 </div> 120 <div class="d-center" v-show="!$store.state.business.Edit && titleName == 'sjmx'">
121 <div class="d-center" v-show="!$store.state.business.Edit && titleName == 'sjmx'"> 121 <btn nativeType="cz" @click="dialogVisible = false">取 消</btn>
122 <btn nativeType="cz" @click="dialogVisible = false">取 消</btn> 122 <btn nativeType="cx" @click="submitForm">保 存</btn>
123 <btn nativeType="cx" @click="submitForm">保 存</btn> 123 </div>
124 </div> 124 <div class="d-center mt-15" v-show="!$store.state.business.Edit && titleName == 'xml'">
125 <div class="d-center" v-show="!$store.state.business.Edit && titleName == 'xml'"> 125 <btn nativeType="cx" @click="handleResubmit">重新上报</btn>
126 <btn nativeType="cx" @click="handleResubmit">重新上报</btn> 126 </div>
127 </div> 127 </div>
128 </el-dialog> 128 </el-dialog>
129 </template> 129 </template>
......
...@@ -296,7 +296,7 @@ ...@@ -296,7 +296,7 @@
296 .regularHeight { 296 .regularHeight {
297 display: flex; 297 display: flex;
298 flex-direction: column; 298 flex-direction: column;
299 height: 80vh; 299 height: 81vh;
300 margin-bottom: 5px; 300 margin-bottom: 5px;
301 301
302 .JsonEditor { 302 .JsonEditor {
...@@ -467,6 +467,12 @@ ...@@ -467,6 +467,12 @@
467 } 467 }
468 } 468 }
469 469
470 .entryJournal {
471 .regularHeight {
472 height: 79vh;
473 }
474 }
475
470 .el-input-number__increase, 476 .el-input-number__increase,
471 .el-input-number__decrease { 477 .el-input-number__decrease {
472 display: none !important; 478 display: none !important;
...@@ -492,12 +498,6 @@ ...@@ -492,12 +498,6 @@
492 color: #4162D8 498 color: #4162D8
493 } 499 }
494 500
495 .el-dialog__body {
496 padding-top: 0px;
497 display: flex;
498 flex-direction: column;
499 }
500
501 .el-tabs { 501 .el-tabs {
502 color: #cef8ff; 502 color: #cef8ff;
503 } 503 }
......
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
15 <el-input type="password" class="password" v-model="user.password" placeholder="请输入密码" 15 <el-input type="password" class="password" v-model="user.password" placeholder="请输入密码"
16 show-password></el-input> 16 show-password></el-input>
17 </el-form-item> 17 </el-form-item>
18 <el-form-item prop="yz"> 18 <!-- <el-form-item prop="yz">
19 <div class="flex-container"> 19 <div class="flex-container">
20 <div class="flex-input"> 20 <div class="flex-input">
21 <el-input class="yz" @keyup.native="login('user')" v-model="user.yz" placeholder="请输入验证码"></el-input> 21 <el-input class="yz" @keyup.native="login('user')" v-model="user.yz" placeholder="请输入验证码"></el-input>
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
26 <font id="renovate" @click="verification">换一批</font> 26 <font id="renovate" @click="verification">换一批</font>
27 </div> 27 </div>
28 </div> 28 </div>
29 </el-form-item> 29 </el-form-item> -->
30 <el-form-item class="login-btn"> 30 <el-form-item class="login-btn">
31 <el-button type="primary" style="width: 100%" @click="login('user')">登录</el-button> 31 <el-button type="primary" style="width: 100%" @click="login('user')">登录</el-button>
32 </el-form-item> 32 </el-form-item>
......