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

ok

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