Commit 176a2d29 by 米嘉伟

查看详情文字颜色 导入列表行高

parent ca3cbfdd
...@@ -472,7 +472,7 @@ ...@@ -472,7 +472,7 @@
:percentage="UploadPercent" :percentage="UploadPercent"
></el-progress> ></el-progress>
<div style="margin-top:.9375rem; margin-bottom:.9375rem;font-size: .875rem;font-family: MicrosoftYaHei;color: #909090;">正在解析指纹文件,点击“取消”可终止处理</div> <div style="margin-top:.9375rem; margin-bottom:.9375rem;font-size: .875rem;font-family: MicrosoftYaHei;color: #909090;">正在解析指纹文件,点击“取消”可终止处理</div>
<el-button @click="abort">取 消</el-button> <el-button @click="abort"><span style="color:#fff;font-size: 14px;">取消</span></el-button>
</div> </div>
<div v-else> <div v-else>
<div> <div>
...@@ -487,7 +487,7 @@ ...@@ -487,7 +487,7 @@
class='ckxq' class='ckxq'
style="background: #055FE7;border-radius: .25rem; border-color:#055FE7;" style="background: #055FE7;border-radius: .25rem; border-color:#055FE7;"
@click="goList" @click="goList"
>查看详情</el-button> ><span style="color:#fff;font-size: 14px;">查看详情</span></el-button>
</div> </div>
</el-dialog> </el-dialog>
...@@ -519,10 +519,8 @@ export default { ...@@ -519,10 +519,8 @@ export default {
fileList: [], fileList: [],
UploadPercent: 0, UploadPercent: 0,
percentage: 0, percentage: 0,
// dialogVisible: false, // 进度条弹窗 dialogVisible: false, // 进度条弹窗
// showProgress: true, // 进度条(正在导入) showProgress: true, // 进度条(正在导入)
dialogVisible: true, // 进度条弹窗
showProgress: false, // 进度条(正在导入)
drlx: 3, // 导入类型 drlx: 3, // 导入类型
wjlx: 3, // 文件类型 wjlx: 3, // 文件类型
file: {}, // 导入文件列表 file: {}, // 导入文件列表
......
...@@ -1676,6 +1676,36 @@ export default { ...@@ -1676,6 +1676,36 @@ export default {
cursor: pointer; cursor: pointer;
} }
</style> </style>
<style lang="scss">
.el-table__expand-icon {
.el-icon-arrow-right {
cursor: pointer !important;
}
cursor: pointer !important;
position: absolute;
right: 45px;
cursor: pointer;
color: #b51f1f;
transition: transform 0.2s ease-in-out;
width: 11px;
height: 11px;
/* border: black 1px solid; */
margin: 0;
background-image: url("../../assets/img/confirm/expend.png");
background-position: center;
background-size: 11px;
background-repeat: no-repeat;
}
.el-table__expand-icon.el-table__expand-icon--expanded {
width: 11px;
height: 11px;
background-image: url("../../assets/img/confirm/shrink.png");
background-position: center;
background-size: 11px;
background-repeat: no-repeat;
transform: rotate(180deg) !important;
}
</style>
<style scoped lang="scss" > <style scoped lang="scss" >
.el-table__expand-icon { .el-table__expand-icon {
position: absolute; position: absolute;
...@@ -1701,16 +1731,18 @@ export default { ...@@ -1701,16 +1731,18 @@ export default {
background-repeat: no-repeat; background-repeat: no-repeat;
transform: rotate(180deg) !important; transform: rotate(180deg) !important;
} }
.el-table--enable-row-transition .el-table__body td.el-table__cell { /deep/.el-table--enable-row-transition .el-table__body td.el-table__cell {
height: 55px; height: 55px;
} }
.el-table__row { /deep/.el-table__row {
height: 55px; height: 55px;
} }
.bzTable.el-table--enable-row-transition .el-table__body td.el-table__cell { /deep/.bzTable.el-table--enable-row-transition
.el-table__body
td.el-table__cell {
height: 71px; height: 71px;
} }
.bzTable.el-table__row { /deep/.bzTable.el-table__row {
height: 55px; height: 55px;
} }
</style> </style>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment