From 2924a73fcb1bd0e00e3bc6d8b17d2c721e0adad3 Mon Sep 17 00:00:00 2001 From: BugKing Date: Tue, 17 Nov 2020 10:44:36 +0800 Subject: [PATCH] =?UTF-8?q?style:=20=E4=BF=AE=E6=94=B9=20CSS=20=E6=96=87?= =?UTF-8?q?=E4=BB=B6=E6=A0=BC=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/common/css/main.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/frontend/src/common/css/main.css b/frontend/src/common/css/main.css index 85ca8e3be2..acbd45d752 100644 --- a/frontend/src/common/css/main.css +++ b/frontend/src/common/css/main.css @@ -26,14 +26,14 @@ body { white-space: nowrap; } -/*解决高度塌陷和边距重叠*/ +/* 解决高度塌陷和边距重叠 */ .clearfix:before, .clearfix:after { content: ""; display: table; clear: both; } -/*解决富文本框中link显示问题*/ +/* 解决富文本框中link显示问题 */ .ck-rounded-corners .ck.ck-balloon-panel, .ck.ck-balloon-panel.ck-rounded-corners { z-index: 10055 !important; } @@ -48,7 +48,7 @@ body { table-layout: fixed !important; } -/* <-- 表格拖拽表头调整宽度,在 t-bable 上添加 border 属性,并添加 adjust-table 类名*/ +/* <-- 表格拖拽表头调整宽度,在 t-bable 上添加 border 属性,并添加 adjust-table 类名 */ .adjust-table td { border-right: 0; } @@ -81,7 +81,7 @@ body { /* 表格拖拽表头调整宽度 --> */ -/* <-- 表格 input 编辑效果*/ +/* <-- 表格 input 编辑效果 */ .table-edit-input .el-textarea__inner { border-style: hidden; }