From 977ce3d348f898d64ea240c8397b83d3e1cc5bb4 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期三, 18 十二月 2019 09:23:05 +0800 Subject: [PATCH] 2019-12-18 --- src/tabviews/commontable/mainTable/index.scss | 23 ++++++++++++++++++++--- 1 files changed, 20 insertions(+), 3 deletions(-) diff --git a/src/tabviews/commontable/mainTable/index.scss b/src/tabviews/commontable/mainTable/index.scss index 510e56b..01efcfc 100644 --- a/src/tabviews/commontable/mainTable/index.scss +++ b/src/tabviews/commontable/mainTable/index.scss @@ -50,15 +50,32 @@ right: 0px; bottom: 0px; } - .background.lightblue { - background: lightblue; - } + .content { position: relative; z-index: 1; word-wrap: break-word; word-break: break-word; } + .red { + .content { + color: red; + } + } + .redbg { + .background { + background: lightcoral; + } + } + } + .ant-table-tbody > tr > td .content { + p { + margin-bottom: 5px; + } + span { + display: inline-block; + margin-right: 5px; + } } } } -- Gitblit v1.8.0