|
@@ -39,16 +39,15 @@ $size1: 12px; //辅助文字大小
|
|
|
transition: all $time ease-in-out;
|
|
|
}
|
|
|
|
|
|
-.el-dialog__headerbtn {
|
|
|
- top: -24px;
|
|
|
- right: -24px;
|
|
|
- width: 24px;
|
|
|
- height: 24px;
|
|
|
- border-radius: 50%;
|
|
|
- color: #8E9CC1;
|
|
|
- background-color: #fff;
|
|
|
-}
|
|
|
-
|
|
|
+// .el-dialog__headerbtn {
|
|
|
+// top: -24px;
|
|
|
+// right: -24px;
|
|
|
+// width: 24px;
|
|
|
+// height: 24px;
|
|
|
+// border-radius: 50%;
|
|
|
+// color: #8E9CC1;
|
|
|
+// background-color: #fff;
|
|
|
+// }
|
|
|
.el-dialog__header {
|
|
|
border-bottom: 1px solid #C2CEDB;
|
|
|
box-sizing: border-box;
|