Skip to content

Commit e92582c

Browse files
committed
[Improve] update icon
1 parent cdd959a commit e92582c

14 files changed

Lines changed: 944 additions & 1698 deletions

File tree

streampark-console/streampark-console-webapp/src/assets/icons/flink.svg

Lines changed: 1 addition & 738 deletions
Loading
Lines changed: 1 addition & 0 deletions
Loading

streampark-console/streampark-console-webapp/src/components/Drawer/src/BasicDrawer.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -209,6 +209,7 @@
209209
}
210210
211211
.ant-drawer-body {
212+
padding: 0;
212213
height: calc(100% - @header-height);
213214
background-color: @component-background;
214215

streampark-console/streampark-console-webapp/src/design/ant/index.less

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,6 @@ span.anticon:not(.app-iconify) {
6969

7070
.bold-tag,
7171
.bold-tag>.ant-tag {
72-
border-radius: 1px !important;
7372
padding: 0 3px !important;
7473
cursor: default;
7574
font-size: 10px;

streampark-console/streampark-console-webapp/src/design/index.less

Lines changed: 2 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -92,28 +92,9 @@ span {
9292
font-weight: bold;
9393
}
9494

95-
.ant-input,
96-
.ant-input-number,
97-
.ant-input-affix-wrapper,
98-
.ant-btn:not(.ant-btn-circle),
99-
.ant-pagination-item,
100-
.ant-modal-header,
101-
.ant-modal-footer,
102-
.ant-modal-content,
103-
.ant-tree-checkbox-inner,
104-
.ant-table,
105-
.ant-card,
106-
.ant-alert,
10795
.bold-tag,
108-
.bold-tag>.ant-tag,
109-
.ant-tabs-tab,
110-
.ant-btn-group,
111-
textarea.ant-input,
112-
.ant-select-selector,
113-
.streampark-page-wrapper,
114-
.streampark-page-wrapper-content,
115-
.ant-upload.ant-upload-drag {
116-
border-radius: 1px !important;
96+
.bold-tag>.ant-tag {
97+
border-radius: 1px;
11798
}
11899

119100
.pop-tip,

streampark-console/streampark-console-webapp/src/design/swal2.less

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,6 @@
1212
}
1313
}
1414

15-
.swal2-container,
16-
.swal2-popup,
17-
.swal2-confirm,
18-
.swal2-styled {
19-
border-radius: 1px !important;
20-
}
21-
2215
[data-theme="dark"] {
2316

2417
.swal2-popup.swal2-toast {

0 commit comments

Comments
 (0)