|
@@ -308,6 +308,14 @@ const handleOk = () => {
|
|
background: rgba(255 255 255 / 8%);
|
|
background: rgba(255 255 255 / 8%);
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
+
|
|
|
|
+ .ant-empty-normal {
|
|
|
|
+ color: rgba(255 255 255 / 25%);
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ .ant-table-placeholder:hover > td {
|
|
|
|
+ background: transparent;
|
|
|
|
+ }
|
|
}
|
|
}
|
|
|
|
|
|
.ai-optimize-input {
|
|
.ai-optimize-input {
|