From fbe6a9befd3cb7f73eeaf783c5b3918a98bdc08b Mon Sep 17 00:00:00 2001 From: wangqi <magical1908@outlook.com> Date: 星期五, 12 三月 2021 12:08:26 +0800 Subject: [PATCH] 修改右边弹框为css样式 --- src/components/table/summarySheets.vue | 8 ++------ 1 files changed, 2 insertions(+), 6 deletions(-) diff --git a/src/components/table/summarySheets.vue b/src/components/table/summarySheets.vue index 2a45071..02400d1 100644 --- a/src/components/table/summarySheets.vue +++ b/src/components/table/summarySheets.vue @@ -62,8 +62,8 @@ position: absolute; top: 50px; left: 50px; - width: 850px; - height: 265px; + /*width: 850px;*/ + /*height: 265px;*/ border: #90c8e0 1px solid; z-index:9999999; background-color: rgba(26, 73, 81, 0.901960784313726); @@ -81,9 +81,5 @@ } .head-area-button{ margin-right: 5px; - } - .el-rowscol{ - width: 100%; - height: 100%; } </style> -- Gitblit v1.8.0