fix(测试跟踪): 测试用例关联文件进度条样式问题
--bug=1020160 --user=宋昌昌 【测试跟踪】测试用例-关联文件-文件名显示优化 https://www.tapd.cn/55049933/s/1303142
This commit is contained in:
parent
f1297688ff
commit
941a9966f8
|
@ -175,10 +175,6 @@ export default {
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style scoped>
|
<style scoped>
|
||||||
.el-progress-bar__innerText {
|
|
||||||
color: black;
|
|
||||||
}
|
|
||||||
|
|
||||||
:deep(.el-progress.row-delete-name .el-progress-bar__innerText) {
|
:deep(.el-progress.row-delete-name .el-progress-bar__innerText) {
|
||||||
color: lightgrey!important;
|
color: lightgrey!important;
|
||||||
}
|
}
|
||||||
|
@ -186,7 +182,7 @@ export default {
|
||||||
:deep(.el-progress-bar__outer),
|
:deep(.el-progress-bar__outer),
|
||||||
:deep(.el-progress-bar__inner) {
|
:deep(.el-progress-bar__inner) {
|
||||||
border-radius: inherit ;
|
border-radius: inherit ;
|
||||||
background-color: transparent;
|
background-color: transparent!important;
|
||||||
}
|
}
|
||||||
|
|
||||||
:deep(.el-progress-bar__innerText) {
|
:deep(.el-progress-bar__innerText) {
|
||||||
|
|
Loading…
Reference in New Issue