liulijun
2026-01-21 b8b4e7a1f428b16df6c6b9812b12855f283a599f
前端页面修改边框样式

前端页面修改边框样式
已修改1个文件
22 ■■■■■ 文件已修改
项目代码/WMS/WMSClient/src/components/basic/VolTable.vue 22 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
项目代码/WMS/WMSClient/src/components/basic/VolTable.vue
@@ -1871,4 +1871,26 @@
.table-input:focus {
  outline: 1px solid #49a3fd;
}
/* 鍔犵矖鍔犳繁琛ㄦ牸杈规 */
.v-table ::v-deep(.el-table) {
  border: 2px solid #333 !important;
}
.v-table ::v-deep(.el-table__header th) {
  border: 1px solid #333 !important;
}
.v-table ::v-deep(.el-table__body td) {
  border: 1px solid #333 !important;
}
.v-table ::v-deep(.el-table__footer td) {
  border: 1px solid #333 !important;
}
.v-table ::v-deep(.el-table__row) {
  border: 1px solid #333 !important;
}
.v-table ::v-deep(.el-table__inner-wrapper) {
  border: 1px solid #333 !important;
}
.v-table ::v-deep(.el-table__header) {
  border-bottom: 2px solid #333 !important;
}
</style>