diff --git a/ruoyi-ui/src/views/kaohe/ld_employee/index.vue b/ruoyi-ui/src/views/kaohe/ld_employee/index.vue index a6e6afd..033a302 100644 --- a/ruoyi-ui/src/views/kaohe/ld_employee/index.vue +++ b/ruoyi-ui/src/views/kaohe/ld_employee/index.vue @@ -326,7 +326,7 @@ --> - + @@ -719,6 +719,15 @@ export default { } this.viewUploadFJ.open = true; }, + downloadByBlob(blob, fileName) { + const url = window.URL.createObjectURL(blob); + const a = document.createElement('a'); + a.href = url; + a.download = fileName; + document.body.appendChild(a); + a.click(); + document.body.removeChild(a); + } } } @@ -759,12 +768,16 @@ export default { } } - .yy_fj_list1 { - height: 36px; - line-height: 36px; + //height: 36px; + line-height: 30px; border-bottom: 1px solid #39CCCC; } +} +@media (max-width: 757px){ + ::v-deep.my_dialog .el-dialog{ + width: 95% !important; + } } diff --git a/ruoyi-ui/src/views/kaohe/vote/index.vue b/ruoyi-ui/src/views/kaohe/vote/index.vue index a5bc501..f7e8647 100644 --- a/ruoyi-ui/src/views/kaohe/vote/index.vue +++ b/ruoyi-ui/src/views/kaohe/vote/index.vue @@ -59,9 +59,9 @@ - + - +