diff --git a/src/assets/styles/ruoyi.scss b/src/assets/styles/ruoyi.scss index 93d06ee..fdc90e7 100644 --- a/src/assets/styles/ruoyi.scss +++ b/src/assets/styles/ruoyi.scss @@ -610,7 +610,7 @@ h6 { .choseResultTag .el-icon { font-size: 14px; } - + .exportPPTTag { height: 26px; padding: 16px 20px; @@ -621,8 +621,9 @@ h6 { font-weight: 400; font-size: 16px; color: #1E1E1E; - margin-right: 10px; + margin-right: 10px; } + .exportPPTTag .el-tag__close { color: #9CA6B2 !important; background: #EEEEEE !important; @@ -926,6 +927,13 @@ h6 { height: calc(100vh - 240px); } +.myMediaFormCard .el-card__body { + padding: 30px 30px 0 30px !important; + overflow-y: auto; + width: 100%; + height: calc(100vh - 240px); +} + .myDetailCard .el-card__body { padding: 30px 30px 0 30px !important; overflow-y: auto; diff --git a/src/views/mediaLibrary/index.vue b/src/views/mediaLibrary/index.vue index 87563bf..98ab65f 100644 --- a/src/views/mediaLibrary/index.vue +++ b/src/views/mediaLibrary/index.vue @@ -89,52 +89,47 @@ - - + + - - + + - - + + - - + + - - + + - - + + - - + + @@ -281,6 +276,8 @@ @pagination="getList" /> + + 已选内容 - - {{ tag.mediaName }} - + + {{ tag.mediaName }} + - 选择需要写入方案的媒体字段 + 选择需要写入方案的媒体字段