UI界面变更-开发工具-表头字体背景颜色

This commit is contained in:
刘彦泽
2022-12-29 18:25:55 +08:00
parent 1043e32d94
commit 61760acdba
8 changed files with 71 additions and 46 deletions
@@ -1,3 +1,7 @@
.box-input{
height: 38px!important;
}
.group-query-strig[data-v-16acf936] {
width: 30px;
text-align: center;
@@ -45401,31 +45401,31 @@
reportUrlText: "",
columns: [{
title: "报表名称",
align: "center",
align: "left",
dataIndex: "name"
}, {
title: "编码",
align: "center",
align: "left",
dataIndex: "code"
}, {
title: "查询SQL",
align: "center",
align: "left",
dataIndex: "cgrSql",
scopedSlots: {
customRender: "cgrSql"
}
}, {
title: "数据源",
align: "center",
align: "left",
dataIndex: "dbSource_dictText"
}, {
title: "创建时间",
align: "center",
align: "left",
dataIndex: "createTime"
}, {
title: "操作",
dataIndex: "action",
align: "center",
align: "left",
scopedSlots: {
customRender: "action"
}
@@ -72384,6 +72384,7 @@
label: "表名"
}
}, [n("a-input", {
staticClass: "box-input",
attrs: {
placeholder: "请输入表名"
},
@@ -72429,8 +72430,9 @@
label: "表描述"
}
}, [n("a-input", {
staticClass: "box-input",
attrs: {
placeholder: "请输入表描述"
placeholder: "请输入表描述",
},
model: {
value: e.queryParam.tableTxt,
@@ -72913,13 +72915,13 @@
dataIndex: "",
key: "rowIndex",
width: 60,
align: "center",
align: "left",
customRender: function(e, t, n) {
return parseInt(n) + 1
}
}, {
title: "表类型",
align: "center",
align: "left",
sorter: !0,
dataIndex: "tableType",
customRender: function(t, n) {
@@ -72930,19 +72932,19 @@
}, {
title: "表名",
sorter: !0,
align: "center",
align: "left",
dataIndex: "tableName"
}, {
title: "表描述",
align: "center",
align: "left",
dataIndex: "tableTxt"
}, {
title: "版本",
align: "center",
align: "left",
dataIndex: "tableVersion"
}, {
title: "同步状态",
align: "center",
align: "left",
sorter: !0,
dataIndex: "isDbSynch",
scopedSlots: {
@@ -72950,13 +72952,13 @@
}
}, {
title: "创建时间",
align: "center",
align: "left",
sorter: !0,
dataIndex: "createTime"
}, {
title: "操作",
dataIndex: "action",
align: "center",
align: "left",
scopedSlots: {
customRender: "action"
}