From 852cb4e84d21d214d2b1d61fe006746bb694f258 Mon Sep 17 00:00:00 2001 From: jiang <1354748262@qq.com> Date: 星期三, 24 一月 2024 13:43:26 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/master' --- jcdm-ui/src/views/main/kb/engineCheck/index.vue | 68 +++++++++++++++++---------------- 1 files changed, 35 insertions(+), 33 deletions(-) diff --git a/jcdm-ui/src/views/main/kb/engineCheck/index.vue b/jcdm-ui/src/views/main/kb/engineCheck/index.vue index 858494b..fbcb8b3 100644 --- a/jcdm-ui/src/views/main/kb/engineCheck/index.vue +++ b/jcdm-ui/src/views/main/kb/engineCheck/index.vue @@ -1,47 +1,47 @@ <template> <div class="app-container"> - <el-card class="box-card" > + <el-card class="box-card" style="height: 60px" > <template> - <div class="container"> - <el-row type="flex" justify="center" style="text-align: center" > - <el-col :span="12"> - <span style="fontSize:35px;color:black"><strong>鍙戝姩鏈烘暟鎹鏌�</strong></span> - </el-col> - </el-row> + <div class="container" type="flex" justify="center" style="text-align:center"> +<!-- <el-row type="flex" justify="center" style="text-align:center;height: 12px" >--> +<!-- <el-col type="flex" justify="center" :span="14" style="text-align:center">--> + <span style="font-size:22px;color:black"><strong>鍙戝姩鏈烘暟鎹鏌�</strong></span> +<!-- </el-col>--> +<!-- </el-row>--> </div> </template> </el-card> <el-row :gutter="0" > - <el-col :span="14"> - <el-card class="box-card" > - <el-form ref="form" :model="form" label-width="200px" style="height: 60px;margin-top: 20px" > - <el-form-item prop="engineNo" > - <span slot="label" style="font-size:40px;color:black"><strong>鍙戝姩鏈哄彿</strong></span> - <el-input style="font-size:30px" v-model="form.engineNo" placeholder="璇疯緭鍏ュ彂鍔ㄦ満鍙�" clearable @keyup.enter.native="EngineNohandleChange" > + <el-card class="box-card" style="margin-top: 5px" > + <el-form ref="form" :model="form" label-width="25%" > + <el-form-item prop="engineNo" style="margin-top: 16px"> + <span slot="label" style="font-size:22px;color:black;"><strong>鍙戝姩鏈哄彿</strong></span> + <el-input style="font-size:20px" v-model="form.engineNo" placeholder="璇疯緭鍏ュ彂鍔ㄦ満鍙�" clearable @keyup.enter.native="EngineNohandleChange" > <el-button slot="append" plain type="info" @click="EngineNohandleChange(form.engineNo)" icon="el-icon-search"></el-button> </el-input> </el-form-item> </el-form> - <el-form ref="form" :model="form" label-width="200px" style="height: 60px;margin-top: 20px" > - <el-form-item prop="productType" > - <span slot="label" style="font-size:40px;color:black"><strong>鏈哄瀷</strong></span> - <el-input disabled style="font-size:30px" value="form.productType" v-model="form.productType" placeholder="" /> + <el-form ref="form" :model="form" label-width="25%" > + <el-form-item prop="productType"style="margin-top: 30px" > + <span slot="label" style="font-size:22px;color:black"><strong>鏈哄瀷</strong></span> + <el-input disabled style="font-size:20px" value="form.productType" v-model="form.productType" placeholder="" /> </el-form-item> </el-form> - <el-form ref="form" :model="form" label-width="200px" style="height: 60px;margin-top: 20px" > - <el-form-item prop="orderNo" > - <span slot="label" style="font-size:40px;color:black"><strong>宸ュ崟缂栧彿</strong></span> - <el-input disabled style="font-size:30px" v-model="form.orderNo" placeholder="" /> + <el-form ref="form" :model="form" label-width="25%" > + <el-form-item prop="orderNo" style="margin-top: 30px"> + <span slot="label" style="font-size:22px;color:black"><strong>宸ュ崟缂栧彿</strong></span> + <el-input disabled style="font-size:20px" v-model="form.orderNo" placeholder="" /> </el-form-item> </el-form> - <el-form ref="form" :model="form" label-width="200px" style="height: 60px;margin-top: 20px" > - <el-form-item prop="currentWorkstation" > - <span slot="label" style="font-size:40px;color:black"><strong>璐ㄩ噺鐘舵��</strong></span> - <el-input disabled style="font-size:30px" v-model:value="form.add" placeholder="" /> + <el-form ref="form" :model="form" label-width="25%" > + <el-form-item prop="currentWorkstation" style="margin-top: 30px"> + <span slot="label" style="font-size:22px;color:black"><strong>璐ㄩ噺鐘舵��</strong></span> + <el-input disabled style="font-size:20px" v-model:value="form.add" placeholder="" /> </el-form-item> </el-form> <el-divider></el-divider> + <el-row :gutter="10" class="mb8" type="flex" justify="center" style="text-align: center"> <el-col :span="1.5"> <el-button plain :disabled="buttondisabled" type="primary" style="width:400px;height:160px" v-hasPermi="['bs:formula:add']" @click="forceOnline"> @@ -53,17 +53,17 @@ </el-card> </el-col> - <el-col :span="10" inline > + <el-col :span="10" inline style="margin-top: 5px"> <el-tabs type="border-card" > - <el-card> - <el-col :span="14"style="height: 248px;width:800px "> + <el-card class="custom-content" style="height: 242px;width:800px"> + <el-col :span="14"> <span style="font-size:25px"><strong>璐ㄩ噺鐘舵��</strong></span> <el-divider></el-divider> {{this.form.engineCheckList}} </el-col> </el-card> - <el-card style="margin-top: 10px" > - <el-col :span="14"style="height: 248px;width:800px "> + <el-card class="custom-content" style="margin-top: 10px;height: 242px;width:800px" > + <el-col :span="14"style=" "> <span style="font-size:25px"><strong>鏈�缁堢粨鏋�</strong></span> <el-divider></el-divider> {{queryParams.productType}} @@ -191,12 +191,14 @@ </script> <style scoped> ::v-deep .el-input__inner{ - height: 50px; + height: 40px; } ::v-deep .el-form-item__label { - line-height: 50px; + line-height: 40px; } - +.custom-content { + height: 50%; /* 璁剧疆楂樺害涓�50% */ +} /*.my-custom-modal .el-dialog__wrapper {*/ /* width: 400px; !* 璁剧疆瀹藉害 *!*/ /* height: 200px; !* 璁剧疆楂樺害 *!*/ -- Gitblit v1.9.3