From f149f8a64b98c892c14d3fdf9dedbf81e1de2b5b Mon Sep 17 00:00:00 2001 From: CrazyLionLi <31852897+JavaLionLi@users.noreply.github.com> Date: 星期一, 18 四月 2022 20:00:23 +0800 Subject: [PATCH] fix 修复文件上传组件 样式错乱与上传成功后列表数据异常问题 --- src/assets/styles/ruoyi.scss | 13 +++++++------ 1 files changed, 7 insertions(+), 6 deletions(-) diff --git a/src/assets/styles/ruoyi.scss b/src/assets/styles/ruoyi.scss index aa2cdb4..52048da 100644 --- a/src/assets/styles/ruoyi.scss +++ b/src/assets/styles/ruoyi.scss @@ -37,7 +37,7 @@ .mb10 { margin-bottom: 10px; } -.ml0 { +.ml10 { margin-left: 10px; } .mt20 { @@ -49,7 +49,7 @@ .mb20 { margin-bottom: 20px; } -.m20 { +.ml20 { margin-left: 20px; } @@ -112,6 +112,7 @@ border: 1px solid #e5e6e7; background: #FFFFFF none; border-radius:4px; + width: 100%; } .pagination-container .el-pagination { @@ -128,7 +129,7 @@ } } -.el-table .fixed-width .el-button--mini { +.el-table .fixed-width .el-button--small { padding-left: 0; padding-right: 0; width: inherit; @@ -138,7 +139,7 @@ .el-table .el-dropdown-link { cursor: pointer; color: #409EFF; - margin-left: 5px; + margin-left: 10px; } .el-table .el-dropdown, .el-icon-arrow-down { @@ -175,12 +176,12 @@ } .el-card__header { - padding: 14px 15px 7px; + padding: 14px 15px 7px !important; min-height: 40px; } .el-card__body { - padding: 15px 20px 20px 20px; + padding: 15px 20px 20px 20px !important; } .card-box { -- Gitblit v1.9.3