Skip to content

Commit df4ffe1

Browse files
committed
fix: remove unnessary styles
1 parent 7fa2bfd commit df4ffe1

File tree

1 file changed

+1
-33
lines changed

1 file changed

+1
-33
lines changed

app/web/pages/mcpServer/management/style.scss

Lines changed: 1 addition & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,6 @@
1212
}
1313
}
1414

15-
.ant-table {
16-
.ant-table-tbody > tr > td {
17-
vertical-align: top;
18-
}
19-
}
20-
2115
.env-vars-display {
2216
.env-var-item {
2317
display: flex;
@@ -30,30 +24,4 @@
3024
}
3125
}
3226
}
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

Comments
 (0)