mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-10 19:36:43 +08:00
Merge branch 'dev_Ma' into boe_master
This commit is contained in:
@@ -120,7 +120,7 @@
|
|||||||
</el-dialog>
|
</el-dialog>
|
||||||
<portal-footer></portal-footer>
|
<portal-footer></portal-footer>
|
||||||
<portalFloatTools></portalFloatTools>
|
<portalFloatTools></portalFloatTools>
|
||||||
<div class="u-class">
|
<div class="uClass">
|
||||||
<el-dialog :visible.sync="showUClass" width="833px">
|
<el-dialog :visible.sync="showUClass" width="833px">
|
||||||
<div class="ClassBoxContent">
|
<div class="ClassBoxContent">
|
||||||
<img src="../../../assets/images/u_class.png" alt="" class="img" />
|
<img src="../../../assets/images/u_class.png" alt="" class="img" />
|
||||||
@@ -481,7 +481,7 @@ export default {
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style scoped lang="scss">
|
<style scoped lang="scss">
|
||||||
.u-class {
|
.uClass {
|
||||||
::v-deep .el-dialog {
|
::v-deep .el-dialog {
|
||||||
border-radius: 15px;
|
border-radius: 15px;
|
||||||
.el-dialog__headerbtn .el-dialog__close {
|
.el-dialog__headerbtn .el-dialog__close {
|
||||||
|
|||||||
Reference in New Issue
Block a user