mirror of
https://gitee.com/element-plus/element-plus.git
synced 2024-12-05 04:37:47 +08:00
21 lines
340 B
SCSS
21 lines
340 B
SCSS
.demo-block.demo-dialog {
|
|
.dialog-footer button:first-child {
|
|
margin-right: 10px;
|
|
}
|
|
.full-image {
|
|
width: 100%;
|
|
}
|
|
.#{$namespace}-dialog__wrapper {
|
|
margin: 0;
|
|
}
|
|
.#{$namespace}-select {
|
|
width: 300px;
|
|
}
|
|
.#{$namespace}-input {
|
|
width: 300px;
|
|
}
|
|
.#{$namespace}-button--text {
|
|
margin-right: 15px;
|
|
}
|
|
}
|