|
@@ -307,12 +307,25 @@ body {
|
|
}
|
|
}
|
|
|
|
|
|
.el-message-box__message {
|
|
.el-message-box__message {
|
|
- min-height: 50px;
|
|
|
|
- padding : 0 30px;
|
|
|
|
|
|
+ min-height : 50px;
|
|
|
|
+ padding : 0 30px;
|
|
|
|
+ display : flex;
|
|
|
|
+ align-items: center;
|
|
|
|
+ gap : 12px;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.el-message-box__container {
|
|
|
|
+ position : static !important;
|
|
|
|
+ display : flex;
|
|
|
|
+ align-items: center;
|
|
|
|
+ gap : 12px;
|
|
}
|
|
}
|
|
|
|
|
|
.el-message-box__status {
|
|
.el-message-box__status {
|
|
- top: -31px !important;
|
|
|
|
|
|
+ position : static !important;
|
|
|
|
+ transform : translate(-40px, -49px);
|
|
|
|
+ // top : -20px !important;
|
|
|
|
+ // left : -31px;
|
|
}
|
|
}
|
|
|
|
|
|
.el-message-box__title span::before {
|
|
.el-message-box__title span::before {
|
|
@@ -568,4 +581,8 @@ html .el-input-group__append button.el-button {
|
|
|
|
|
|
.el-color-predefine__color-selector {
|
|
.el-color-predefine__color-selector {
|
|
border: 1px solid #e5e5e5;
|
|
border: 1px solid #e5e5e5;
|
|
-}
|
|
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+// :root {
|
|
|
|
+// --el-color-primary: green;
|
|
|
|
+// }
|