c7a1dfca by lihua

修改表格单元格禁用省略号颜色

1 parent 72a591ff
......@@ -452,6 +452,10 @@
}
}
td.el-table__cell:has(.is-regular) {
color: var(--el-color-regular);
}
td.el-table__cell {
padding: 6px 0;
border-bottom: none;
......
......@@ -43,7 +43,7 @@ const page = ref({
const tableFields = ref([
{ label: "序号", type: "index", width: 56, align: "center" },
{
label: "数据产品名称", field: "dataProductName", width: 160, type: "text_btn", columClass: '', value: "detail", disabled: (scope) => {
label: "数据产品名称", field: "dataProductName", width: 160, type: "text_btn", columClass: 'text_btn', value: "detail", disabled: (scope) => {
return scope.row.contractStatus == '06';
}, click: (scope) => {
if (scope.row.contractStatus == '06') {
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!