3167186a by lihua

修改样式间距问题

1 parent 36d97d7e
...@@ -145,7 +145,7 @@ const handleTableExpandChange = (row: any, expandedRows: any[]) => { ...@@ -145,7 +145,7 @@ const handleTableExpandChange = (row: any, expandedRows: any[]) => {
145 :style="{ width: '100%', height: 'calc(100% - 8px)', display: 'inline-block', }"> 145 :style="{ width: '100%', height: 'calc(100% - 8px)', display: 'inline-block', }">
146 <el-table-column type="expand"> 146 <el-table-column type="expand">
147 <template #default="scope"> 147 <template #default="scope">
148 <el-timeline style="width: 100%;min-height: 150px;" v-loading="detailLoading"> 148 <el-timeline style="width: 100%;min-height: 100px;" v-loading="detailLoading">
149 <el-timeline-item v-for="(activity, index) in activities" :key="index" :timestamp="activity.timestamp" 149 <el-timeline-item v-for="(activity, index) in activities" :key="index" :timestamp="activity.timestamp"
150 :hollow="activity.hollow" :type="activity.type" placement="top"> 150 :hollow="activity.hollow" :type="activity.type" placement="top">
151 <div class="list_panel"> 151 <div class="list_panel">
...@@ -252,7 +252,7 @@ const handleTableExpandChange = (row: any, expandedRows: any[]) => { ...@@ -252,7 +252,7 @@ const handleTableExpandChange = (row: any, expandedRows: any[]) => {
252 .el-table__expanded-cell.el-table__cell { 252 .el-table__expanded-cell.el-table__cell {
253 background: #fff !important; 253 background: #fff !important;
254 padding-top: 14px; 254 padding-top: 14px;
255 padding-bottom: 14px; 255 padding-bottom: 6px;
256 padding-left: 8px; 256 padding-left: 8px;
257 padding-right: 14px; 257 padding-right: 14px;
258 } 258 }
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!