Commit 44632f2d authored by 周远喜's avatar 周远喜

ok

parent 576f0669
<template> <template>
<div class="table-content"> <div class="table-content1">
<div class="table-tools"> <div class="table-tools">
<div class="table-search"> <div class="table-search">
<slot name="easySearch"></slot> <slot name="easySearch"></slot>
...@@ -46,11 +46,6 @@ ...@@ -46,11 +46,6 @@
</th> </th>
</tr> </tr>
</thead> </thead>
</table>
</div>
<div class="table-body">
<table>
<tbody> <tbody>
<tr <tr
v-for="(item, index) in trs" v-for="(item, index) in trs"
...@@ -784,7 +779,7 @@ export default { ...@@ -784,7 +779,7 @@ export default {
@table_line_height: 50px; @table_line_height: 50px;
@table_hover: #f2f8fe; @table_hover: #f2f8fe;
@table_border: #accef7; @table_border: #accef7;
.table-content { .table-content1 {
position: relative; position: relative;
height: 100%; height: 100%;
display: flex; display: flex;
......
This diff is collapsed.
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