From a271e033ffebf9e95c9ee54fac8891814583571f Mon Sep 17 00:00:00 2001
From: loulijun2021 <1694218219@qq.com>
Date: 星期五, 24 六月 2022 17:30:27 +0800
Subject: [PATCH] 1.页面响应式配置2.设备清单页面的开发
---
src/views/jcsz/wldw.vue | 7 ++++---
1 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/src/views/jcsz/wldw.vue b/src/views/jcsz/wldw.vue
index 88bafed..6c03be4 100644
--- a/src/views/jcsz/wldw.vue
+++ b/src/views/jcsz/wldw.vue
@@ -46,6 +46,7 @@
<el-table
:data="tableData"
border
+ :height="tableHeight"
stripe
highlight-current-row
:header-cell-style="this.$headerCellStyle"
@@ -161,7 +162,7 @@
</div>
<el-dialog
- :title="operation==='add'?'娣诲姞':'淇敼'"
+ :title="operation==='add'?'鏂板':'淇敼'"
:visible.sync="dialogVisible"
width="50%"
top="15vh"
@@ -444,7 +445,7 @@
// 鑾峰彇椤甸潰楂樺害
getHeight() {
this.$nextTick(() => {
- this.mainHeight = window.innerHeight - 200
+ this.mainHeight = window.innerHeight - 250
this.tableHeight = this.mainHeight - 100
})
}
@@ -586,7 +587,7 @@
margin: 10px auto;
}
-::v-deep .el-form-item {
+.body ::v-deep .el-form-item{
margin-bottom: 0;
}
</style>
--
Gitblit v1.9.3