优化细节

fat
Wayne 9 months ago
parent e35549c9cb
commit 812c0086a9
  1. 2
      src/views/content/richText/Index.vue
  2. 2
      src/views/content/richText/modules/ViewForm.vue

@ -6,7 +6,7 @@
</div>
<s-table
ref="table"
rowKey="store_id"
rowKey="id"
:loading="isLoading"
:columns="columns"
:data="loadData"

@ -115,7 +115,7 @@ export default {
min-height: 400px;
overflow: auto;
.recordContent {
height: 400px;
height: 100%;
}
}
.kong {

Loading…
Cancel
Save