Spaces:
Sleeping
Sleeping
Upload index.less
Browse files
aworld/cmd/web/webui/src/pages/components/index.less
ADDED
@@ -0,0 +1,23 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
.defaultbox{
|
2 |
+
.pre-wrap{
|
3 |
+
white-space: pre-wrap;
|
4 |
+
}
|
5 |
+
|
6 |
+
.action-btn {
|
7 |
+
color: #1890ff;
|
8 |
+
cursor: pointer;
|
9 |
+
transition: color 0.3s;
|
10 |
+
padding: 0 4px;
|
11 |
+
|
12 |
+
&:hover {
|
13 |
+
color: #40a9ff;
|
14 |
+
}
|
15 |
+
|
16 |
+
&:active {
|
17 |
+
color: #096dd9;
|
18 |
+
}
|
19 |
+
}
|
20 |
+
.ant-collapse{
|
21 |
+
max-width: 626px;
|
22 |
+
}
|
23 |
+
}
|