gaoluyang
2025-03-20 e583f5ca6f6c7845ef4d55ff4db13214dacbe059
样式修改
已修改4个文件
18 ■■■■■ 文件已修改
src/components/Table/lims-table.vue 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/CNAS/personnel/personnelInfo/index.vue 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/CNAS/personnel/personnelInfo/tabs/personnel-information.vue 5 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/standard/standardLibrary/index.vue 5 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/components/Table/lims-table.vue
@@ -492,10 +492,6 @@
  padding-left: 10px !important;
}
>>>.el-table__body-wrapper::-webkit-scrollbar {
  height: 10px;
  /* 设置滚动条宽度 */
}
.lims-table .highlight-warning-row-border td:first-child {
  border-left: 4px solid #ffcd29;
}
src/views/CNAS/personnel/personnelInfo/index.vue
@@ -272,10 +272,6 @@
</script>
<style scoped>
>>>.el-table__body-wrapper::-webkit-scrollbar {
  height: 14px;
  /* 设置滚动条宽度 */
}
.node_i {
  color: orange;
  font-size: 18px;
src/views/CNAS/personnel/personnelInfo/tabs/personnel-information.vue
@@ -1075,11 +1075,6 @@
</script>
<style scoped>
>>>.el-table__body-wrapper::-webkit-scrollbar {
  height: 12px;
  /* 设置滚动条宽度 */
}
>>>.el-form-item {
  margin-bottom: 3px;
}
src/views/standard/standardLibrary/index.vue
@@ -1337,11 +1337,6 @@
>>>.is-disabled .el-textarea__inner {
  background: rgba(0, 0, 0, 0.05) !important;
}
>>>.el-table__body-wrapper::-webkit-scrollbar {
  height: 14px;
  /* 设置滚动条宽度 */
}
</style>
<style scoped>
.standard .el-tree-node__content {