diff --git a/src/api/mediaLibrary.js b/src/api/mediaLibrary.js index 2d2c4f5..40f9307 100644 --- a/src/api/mediaLibrary.js +++ b/src/api/mediaLibrary.js @@ -129,6 +129,7 @@ export function mediaFiles(query) { // 地图获取媒体 export function mediaByMap(query) { + console.log('参数', query) return request({ url: '/media/getMap', method: 'get', diff --git a/src/assets/styles/ruoyi.scss b/src/assets/styles/ruoyi.scss index e69f49c..1ce2f19 100644 --- a/src/assets/styles/ruoyi.scss +++ b/src/assets/styles/ruoyi.scss @@ -1050,7 +1050,27 @@ h6 { .media_dialog { padding: 0 !important; top: 164px; - margin-left: 40px; + position: absolute; + background: #ffffff; + width: 500px; +} + +.noChoseMedia { + cursor: pointer; + position: absolute; + top: 14px; + right: 50px; + font-size: 24px; + color: #ffffff; +} + +.choseMeida { + cursor: pointer; + position: absolute; + top: 14px; + right: 50px; + font-size: 24px; + color: #E6A23C; } .my_dialog { @@ -1067,7 +1087,7 @@ h6 { line-height: 30px !important; } -.media_dialog .el-dialog__header { +.media_dialog .custom-header { border-bottom: 0; padding: 0 20px; line-height: 50px; @@ -1075,10 +1095,6 @@ h6 { background: #bad5f7; } -.media_dialog .custom-header { - height: 50px; -} - .media_dialog .mediaNameIcon { display: inline-block; width: 4px; @@ -1312,7 +1328,7 @@ h6 { margin-right: 26px; vertical-align: middle; } - + .myDetailForm .el-form-item__content { font-family: Microsoft YaHei; font-weight: 400; @@ -1648,55 +1664,55 @@ h6 { // PPT导出样式 .my_dialog_itemHeader { - width: 100%; - height: 36px; - background: #1a75e630; - padding: 6px 20px; - font-family: Microsoft YaHei; - font-weight: 600; - font-size: 18px; - color: #000000; + width: 100%; + height: 36px; + background: #1a75e630; + padding: 6px 20px; + font-family: Microsoft YaHei; + font-weight: 600; + font-size: 18px; + color: #000000; } .chosedMediaNamsConter { - width: 100%; - min-height: 60px; - background: #ffffff; - padding: 10px 0; + width: 100%; + min-height: 60px; + background: #ffffff; + padding: 10px 0; } .checkAllChose .el-checkbox__label { - display: inline-block; - font-size: var(--el-checkbox-font-size); - line-height: 1; - padding-left: 8px; - font-family: Microsoft YaHei; - font-weight: 400; - font-size: 16px; - color: #1E1E1E; + display: inline-block; + font-size: var(--el-checkbox-font-size); + line-height: 1; + padding-left: 8px; + font-family: Microsoft YaHei; + font-weight: 400; + font-size: 16px; + color: #1E1E1E; } .checkAllChose .el-checkbox__input.is-checked .el-checkbox__inner, .checkAllChose .el-checkbox__input.is-indeterminate .el-checkbox__inner { - background-color: #1A75E6; - border-color: #1A75E6; + background-color: #1A75E6; + border-color: #1A75E6; } .checkAllChose .el-checkbox__inner { - background: #ffffff; - border: 1px solid #ACACAC; - border-radius: 2px; - box-sizing: border-box; - display: inline-block; - height: 16px; - width: 16px; + background: #ffffff; + border: 1px solid #ACACAC; + border-radius: 2px; + box-sizing: border-box; + display: inline-block; + height: 16px; + width: 16px; } .checkAllChose .el-checkbox__inner:after { - height: 8px; - left: 5px; + height: 8px; + left: 5px; } .checkAllChose .el-checkbox__input.is-checked+.el-checkbox__label { - color: #1E1E1E; + color: #1E1E1E; } \ No newline at end of file diff --git a/src/views/mediaLibrary/components/accessControlPrice.vue b/src/views/mediaLibrary/components/accessControlPrice.vue index 3991e75..b9b7ce8 100644 --- a/src/views/mediaLibrary/components/accessControlPrice.vue +++ b/src/views/mediaLibrary/components/accessControlPrice.vue @@ -31,8 +31,8 @@ - + +