We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7fa2bfd commit df4ffe1Copy full SHA for df4ffe1
app/web/pages/mcpServer/management/style.scss
@@ -12,12 +12,6 @@
12
}
13
14
15
- .ant-table {
16
- .ant-table-tbody > tr > td {
17
- vertical-align: top;
18
- }
19
20
-
21
.env-vars-display {
22
.env-var-item {
23
display: flex;
@@ -30,30 +24,4 @@
30
24
31
25
32
26
33
34
- // 响应式处理
35
- @media (max-width: 768px) {
36
- padding: 16px;
37
38
- .header {
39
- flex-direction: column;
40
- align-items: flex-start;
41
- gap: 16px;
42
43
44
-}
45
46
-// 弹窗内容样式
47
-.ant-modal {
48
- .ant-form {
49
- .ant-form-item {
50
- margin-bottom: 16px;
51
52
53
- .ant-upload {
54
- .ant-upload-list {
55
- margin-top: 8px;
56
57
58
59
27
+}
0 commit comments