mirror of
https://gitee.com/ccnetcore/Yi
synced 2026-04-24 02:16:36 +08:00
feat: 完成界面基础搭建
This commit is contained in:
@@ -1,10 +1,19 @@
|
||||
<template>
|
||||
<div>
|
||||
<TableList></TableList>
|
||||
<FieldList></FieldList>
|
||||
</div>
|
||||
<el-row>
|
||||
<el-col :span="4"> <TableList></TableList></el-col>
|
||||
<el-col :span="20"> <FieldList class="fileList"></FieldList></el-col>
|
||||
</el-row>
|
||||
</template>
|
||||
<script setup>
|
||||
import FieldList from './components/FieldList.vue'
|
||||
import TableList from './components/tableList.vue'
|
||||
</script>
|
||||
import TableList from './components/TableList.vue'
|
||||
</script>
|
||||
<style scoped>
|
||||
.fileList{
|
||||
|
||||
|
||||
}
|
||||
.tableList{
|
||||
|
||||
}
|
||||
</style>
|
||||
Reference in New Issue
Block a user