Commit 625b114f authored by 小费同学阿's avatar 小费同学阿 💬

66896 【UI】列表样式、按钮icon、间距、边距、对齐、进度样式问题

parent 92017a39
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
:visible.sync="isShow" :visible.sync="isShow"
:before-close="closeModle" :before-close="closeModle"
width="75rem" width="75rem"
append-to-body :height="initial"
> >
<el-form ref="queryForm" :inline="true" :model="queryParams" :rules="rules" label-width="6.25rem" size="small"> <el-form ref="queryForm" :inline="true" :model="queryParams" :rules="rules" label-width="6.25rem" size="small">
<div class="basicInformation"> <div class="basicInformation">
...@@ -51,6 +51,7 @@ ...@@ -51,6 +51,7 @@
<el-table <el-table
ref="table" ref="table"
v-loading="loading" v-loading="loading"
height="27.5rem"
style="cursor: pointer;" style="cursor: pointer;"
row-key="petBo.petsId" row-key="petBo.petsId"
:data="petsList" :data="petsList"
......
...@@ -36,7 +36,7 @@ ...@@ -36,7 +36,7 @@
:header-cell-class-name="cellClass" :header-cell-class-name="cellClass"
:header-cell-style="{background:'#F4F4F4'}" :header-cell-style="{background:'#F4F4F4'}"
row-key="id" row-key="id"
:height="initial" height="35rem"
@selection-change="handleSelectionChange" @selection-change="handleSelectionChange"
> >
<el-table-column label="日期" min-width="80" prop="workDate" show-overflow-tooltip> <el-table-column label="日期" min-width="80" prop="workDate" show-overflow-tooltip>
......
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