diff --git a/src/assets/scss/common.scss b/src/assets/scss/common.scss index 19ab0fff..b39d8146 100644 --- a/src/assets/scss/common.scss +++ b/src/assets/scss/common.scss @@ -872,3 +872,63 @@ textarea { .pst-s { position: sticky; } + +.el-dialog { + border-radius: 12px; + .el-dialog__header { + height: 54px; + line-height: 1; + //color: #fff; + //background: #4284f7; + border-radius: 12px 12px 0 0; + margin-right: 0; + .el-dialog__title { + //color: #fff; + } + } +} +.el-message-box { + border-radius: 12px; + //width: 690px; + max-width: 690px; + //width: auto; + .el-message-box__header { + .el-message-box__title { + font-weight: 400; + font-size: 16px; + color: #000000; + line-height: 22px; + text-align: left; + font-style: normal; + } + } + .el-message-box__content { + margin: 30px 0; + font-size: 16px; + .el-message-box__container { + //text-align: center; + font-weight: 400; + display: flex; + align-items: center; + width: 100%; + flex: 1; + justify-content: center; + .el-message-box__status { + position: unset; + top: unset; + transform: unset; + font-size: 20px !important; + } + .el-message-box__message { + padding-left: 10px; + } + } + } + .el-message-box__btns { + .el-button { + height: 40px; + border-radius: 6px; + min-width: 120px; + } + } +} diff --git a/src/components/CreatedCourse/chooseFileList.vue b/src/components/CreatedCourse/chooseFileList.vue index ba3dc3ce..0cd58aef 100644 --- a/src/components/CreatedCourse/chooseFileList.vue +++ b/src/components/CreatedCourse/chooseFileList.vue @@ -1,7 +1,7 @@