main-web/src/css/element-plus.scss

32 lines
666 B
SCSS
Raw Normal View History

2024-08-20 12:11:33 +00:00
.#{$namespace}-dialog {
2024-08-21 01:17:14 +00:00
.#{$namespace}-dialog--middle {
width: 60%;
}
.#{$namespace}-dialog__header {
display: flex;
align-items: center;
padding: 14px 20px;
margin-right: 0;
font-weight: bold;
border-bottom: 1px solid #e0e0e0;
.#{$namespace}-dialog__title {
flex: 1;
color: #010033;
font-size: 14px;
2024-08-20 12:11:33 +00:00
}
2024-08-21 01:17:14 +00:00
.#{$namespace}-dialog__headerbtn {
position: static;
width: 16px;
height: 16px;
.#{$namespace}-dialog__close {
display: block;
}
2024-08-20 12:11:33 +00:00
}
2024-08-21 01:17:14 +00:00
}
.#{$namespace}-dialog__footer {
padding: 14px 20px;
text-align: right;
border-top: 1px solid #e0e0e0;
}
}