This is an automated email from the ASF dual-hosted git repository.
benjobs pushed a commit to branch dev-2.1.6
in repository https://gitbox.apache.org/repos/asf/streampark.git
The following commit(s) were added to refs/heads/dev-2.1.6 by this push:
new 31643e635 [Improve] border-radius style improvement
31643e635 is described below
commit 31643e635c7286a4d191fcba0c655b0f93b1a933
Author: benjobs <[email protected]>
AuthorDate: Mon Feb 17 00:43:01 2025 +0800
[Improve] border-radius style improvement
---
.../src/design/index.less | 24 ----------------------
.../src/design/swal2.less | 8 --------
2 files changed, 32 deletions(-)
diff --git a/streampark-console/streampark-console-webapp/src/design/index.less
b/streampark-console/streampark-console-webapp/src/design/index.less
index 6cfb2301b..b07a0639b 100644
--- a/streampark-console/streampark-console-webapp/src/design/index.less
+++ b/streampark-console/streampark-console-webapp/src/design/index.less
@@ -92,30 +92,6 @@ span {
font-weight: bold;
}
-.ant-input,
-.ant-input-number,
-.ant-input-affix-wrapper,
-.ant-btn:not(.ant-btn-circle),
-.ant-pagination-item,
-.ant-modal-header,
-.ant-modal-footer,
-.ant-modal-content,
-.ant-tree-checkbox-inner,
-.ant-table,
-.ant-card,
-.ant-alert,
-.bold-tag,
-.bold-tag > .ant-tag,
-.ant-tabs-tab,
-.ant-btn-group,
-textarea.ant-input,
-.ant-select-selector,
-.streampark-page-wrapper,
-.streampark-page-wrapper-content,
-.ant-upload.ant-upload-drag {
- border-radius: 1px !important;
-}
-
.pop-tip {
display: inline-block;
margin-top: 5px;
diff --git a/streampark-console/streampark-console-webapp/src/design/swal2.less
b/streampark-console/streampark-console-webapp/src/design/swal2.less
index 9129e8ca9..2dd7123a1 100644
--- a/streampark-console/streampark-console-webapp/src/design/swal2.less
+++ b/streampark-console/streampark-console-webapp/src/design/swal2.less
@@ -8,17 +8,9 @@
padding: 16px;
overflow: auto;
line-height: 1.45;
- border-radius: 2px;
}
}
-.swal2-container,
-.swal2-popup,
-.swal2-confirm,
-.swal2-styled {
- border-radius: 1px !important;
-}
-
[data-theme="dark"] {
.swal2-popup.swal2-toast {