summaryrefslogtreecommitdiffstats
path: root/usecaseui-portal/src/styles.less
diff options
context:
space:
mode:
authorzoulingli128 <zll_1208@126.com>2022-09-08 15:32:27 +0800
committerzoulingli128 <zll_1208@126.com>2022-09-08 15:32:27 +0800
commit7bdeb7cc89a8d60e4c3199f1922a6bf73a9d83c1 (patch)
treebfa45c3c2e02f3f07d760065654d5c3af7ae52c2 /usecaseui-portal/src/styles.less
parenta6d5ef22e8874a33fbee58ec6813be4299b04d67 (diff)
Intent analysis frontend
Issue-ID: USECASEUI-711 Signed-off-by: zoulingli128 <zll_1208@126.com> Change-Id: I8f8636f6b47c5ba25e6f342c484fd8ffb5ed1d6d
Diffstat (limited to 'usecaseui-portal/src/styles.less')
-rw-r--r--usecaseui-portal/src/styles.less11
1 files changed, 10 insertions, 1 deletions
diff --git a/usecaseui-portal/src/styles.less b/usecaseui-portal/src/styles.less
index e3b06d8e..51f726f3 100644
--- a/usecaseui-portal/src/styles.less
+++ b/usecaseui-portal/src/styles.less
@@ -883,4 +883,13 @@ nz-notification-container .ant-notification{
border-bottom: 1px solid gainsboro;
border-right: 1px solid gainsboro;
}
-.monitor-table tr:nth-child(even) {background-color:#bfbfbf;} \ No newline at end of file
+.monitor-table tr:nth-child(even) {background-color:#bfbfbf;}
+
+.intent-management-modal .ant-modal-mask{
+ background-color: rgba(0, 0, 0, 0.4);
+}
+.ant-modal-body:after{
+ content: '';
+ display: block;
+ clear: both;
+} \ No newline at end of file