From 21ddc9ec1b1b76d2ce20e512328e65acaf1af2bf Mon Sep 17 00:00:00 2001 From: Surpriseplus <845948745@qq.com> Date: 星期一, 16 一月 2023 10:35:15 +0800 Subject: [PATCH] 廊坊代码更新 --- src/views/maintenance/logLog.vue | 17 ++++++++++------- 1 files changed, 10 insertions(+), 7 deletions(-) diff --git a/src/views/maintenance/logLog.vue b/src/views/maintenance/logLog.vue index 804264f..850515c 100644 --- a/src/views/maintenance/logLog.vue +++ b/src/views/maintenance/logLog.vue @@ -293,17 +293,20 @@ <style lang="less" scoped> //@import url(); 寮曞叆鍏叡css绫� .logLog_box { - border-radius: 10px; - height: 100%; - - box-sizing: border-box; + height: 98%; + width: 98%; + padding: 1%; + position: absolute; .inquire { padding: 10px; - margin-top: 20px; + margin-top: 10px; border-radius: 5px; border: 1px solid rgb(202, 201, 204); - margin-bottom: 20px; + margin-bottom: 10px; + /deep/.el-form-item { + margin-bottom: 10px; + } .herder_box { padding: 10px; border-bottom: 1px solid #ccc; @@ -325,7 +328,7 @@ border-radius: 5px; border: 1px solid rgb(202, 201, 204); overflow: auto; - height: 535px; + height: 60%; /*淇敼table 琛ㄤ綋鐨勮儗鏅鑹插拰鏂囧瓧棰滆壊*/ /deep/ .el-table { background-color: transparent; -- Gitblit v1.9.3