From 122faf2b3a03f7ef381d70a38684fe0b70d42ebc Mon Sep 17 00:00:00 2001 From: zhanghua <314079846@qq.com> Date: 星期二, 12 十二月 2023 22:17:39 +0800 Subject: [PATCH] 图片上传显示bug --- src/views/operate/rectification/renovationList/index.vue | 33 ++++++++------------------------- 1 files changed, 8 insertions(+), 25 deletions(-) diff --git a/src/views/operate/rectification/renovationList/index.vue b/src/views/operate/rectification/renovationList/index.vue index 8fdf4bb..5356979 100644 --- a/src/views/operate/rectification/renovationList/index.vue +++ b/src/views/operate/rectification/renovationList/index.vue @@ -30,7 +30,7 @@ <!-- @selection-change="handleSelectionChange" --> <!-- 鏁版嵁娓叉煋 --> <el-table ref="multipleTable" :data="tableData" tooltip-effect="dark" style="width: 100%" - :header-cell-style="{ background: '#06122c', 'font-size': '12px', color: '#4b9bb7', 'font-weight': '650', 'line-height': '45px' }" + :header-cell-style="{ background: '#06122c', 'font-weight': '650', 'line-height': '45px' }" :row-class-name="tableRowClassName"> <el-table-column type="selection" width="55"> </el-table-column> @@ -225,27 +225,10 @@ // 鍒犻櫎绗笁鏂规帴鍙� handleDelete({ id }) { this.dialogUpdate=true; - console.log(id); } - // // 褰撳墠椤垫敼鍙樿Е鍙戜簨浠� - // changeCurrentPage(page) { - // this.currentPage = page; - // this.getUserList(); - // }, - // // 涓婁竴椤电偣鍑讳簨浠� - // handlePrev(page) { - // this.currentPage = page; - // this.getUserList(); - // }, - // // 涓嬩竴椤电偣鍑讳簨浠� - // handleNext(page) { - // this.currentPage = page; - // this.getUserList(); - // }, } } </script> -<!-- sccg/system/portal/thirdApp/search --> <style lang="scss" scoped> .otherInterface { header { @@ -271,7 +254,7 @@ display: flex; line-height: 60px; color: #4b9bb7; - background-color: #09152f; + // background-color: #09152f; display: flex; .add, @@ -298,11 +281,11 @@ height: 35px; margin-left: 10px; - &::v-deep .el-input__inner { - background-color: #09152f; - border: 1px solid #17324c; - font-size: 12px; - } + // &::v-deep .el-input__inner { + // background-color: #09152f; + // border: 1px solid #17324c; + // font-size: 12px; + // } } } @@ -310,7 +293,7 @@ margin-top: 20px; .el-table { - color: #4b9bb7; + // color: #4b9bb7; &::v-deep .el-table__empty-block { background-color: #06122c; -- Gitblit v1.8.0