From c5351e5f1d21b848bbaaa403726115d220443074 Mon Sep 17 00:00:00 2001 From: qinxianzhangyao <11053546+qinxianzhangyao@user.noreply.gitee.com> Date: 星期二, 31 十月 2023 15:36:24 +0800 Subject: [PATCH] qxtj --- src/views/system/tijianall/index.vue | 7 ++++++- 1 files changed, 6 insertions(+), 1 deletions(-) diff --git a/src/views/system/tijianall/index.vue b/src/views/system/tijianall/index.vue index dbdf244..d3f7f1b 100644 --- a/src/views/system/tijianall/index.vue +++ b/src/views/system/tijianall/index.vue @@ -1,6 +1,8 @@ <template> <div class="app-container"> - <div style="width: 1050px"> + <el-row > + <el-col :span="18"> + <div > <el-form style="margin: 4px 8px" :inline="true" ref="form" :model="form" :rules="rules" :label-position="labelPosition" class="demo-form-inline" label-width="78px"> <el-form-item label="濮撳悕" prop="cusName"> @@ -107,6 +109,9 @@ </el-form-item> </el-form> </div> + </el-col> + </el-row> + <el-dialog title="閫夋嫨濂楅" :visible.sync="taocan" width="42%" height="700px"> <el-tabs type="border-card" style="height: 538px; margin: 0 10px; width: 100%"> -- Gitblit v1.8.0