明树Git Lab

Commit 4a3bfe01 authored by zhanghan's avatar zhanghan

调整样式

parent 7cfd75fd
Pipeline #108566 passed with stage
in 19 seconds
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
v-if="showAddButton" v-if="showAddButton"
type="primary" type="primary"
@click="handleAdd" @click="handleAdd"
:disabled="disabled || column?.disabled" :disabled="disabled"
> >
{{ addButtonText || "新增" }} {{ addButtonText || "新增" }}
</el-button> </el-button>
......
...@@ -584,7 +584,6 @@ const handleNextClick = (val) => { ...@@ -584,7 +584,6 @@ const handleNextClick = (val) => {
th.el-table__cell { th.el-table__cell {
background: #fafafa; background: #fafafa;
height: 50px; height: 50px;
text-align: center;
} }
.el-table__body { .el-table__body {
td.el-table__cell { td.el-table__cell {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment