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 ce24141f2 [Improve] border style improvement
ce24141f2 is described below

commit ce24141f2c909c6acdeea49a1b654c0cd803384b
Author: benjobs <[email protected]>
AuthorDate: Mon Feb 17 00:51:18 2025 +0800

    [Improve] border style improvement
---
 .../streampark-console-webapp/src/design/index.less               | 8 --------
 .../streampark-console-webapp/src/design/swal2.less               | 8 ++++++++
 2 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/streampark-console/streampark-console-webapp/src/design/index.less 
b/streampark-console/streampark-console-webapp/src/design/index.less
index b07a0639b..6c4fc88cb 100644
--- a/streampark-console/streampark-console-webapp/src/design/index.less
+++ b/streampark-console/streampark-console-webapp/src/design/index.less
@@ -56,14 +56,6 @@ span {
   outline: none;
 }
 
-.ant-radio-button-wrapper:first-child {
-  border-radius: 2px 0 0 2px !important;
-}
-
-.ant-radio-button-wrapper:last-child {
-  border-radius: 0 2px 2px 0 !important;
-}
-
 .margin-view-overlays {
   border-right: 1px solid @border-color-base;
 }
diff --git a/streampark-console/streampark-console-webapp/src/design/swal2.less 
b/streampark-console/streampark-console-webapp/src/design/swal2.less
index 2dd7123a1..62af2f64d 100644
--- a/streampark-console/streampark-console-webapp/src/design/swal2.less
+++ b/streampark-console/streampark-console-webapp/src/design/swal2.less
@@ -8,9 +8,17 @@
     padding: 16px;
     overflow: auto;
     line-height: 1.45;
+    border-radius: 4px;
   }
 }
 
+.swal2-container,
+.swal2-popup,
+.swal2-confirm,
+.swal2-styled {
+  border-radius: 4px !important;
+}
+
 [data-theme="dark"] {
 
   .swal2-popup.swal2-toast {

Reply via email to