1234567891011121314151617181920 |
- .demo-block.demo-dialog {
- .dialog-footer button:first-child {
- margin-right: 10px;
- }
- .full-image {
- width: 100%;
- }
- .el-dialog__wrapper {
- margin: 0;
- }
- .el-select {
- width: 300px;
- }
- .el-input {
- width: 300px;
- }
- .el-button--text {
- margin-right: 15px;
- }
- }
|