|
@@ -214,3 +214,8 @@ aside {
|
|
|
flex-direction: row-reverse !important;
|
|
flex-direction: row-reverse !important;
|
|
|
justify-content: flex-start;
|
|
justify-content: flex-start;
|
|
|
}
|
|
}
|
|
|
|
|
+/* 调整按钮间距(可选) */
|
|
|
|
|
+.custom-message-box .el-message-box__btns button {
|
|
|
|
|
+ margin-left: 0;
|
|
|
|
|
+ margin-right: 10px;
|
|
|
|
|
+}
|