fix: 修改交班部分文件名称,修改部分深度作用样式
This commit is contained in:
@@ -1,13 +1,13 @@
|
||||
<template>
|
||||
<!-- 交班模块 -->
|
||||
<div style="padding: 15px;">
|
||||
<div style="padding: 15px">
|
||||
<!-- 搜索 -->
|
||||
<Search></Search>
|
||||
<my-search></my-search>
|
||||
<!-- 表格 -->
|
||||
<Content></Content>
|
||||
<my-content></my-content>
|
||||
</div>
|
||||
</template>
|
||||
<script setup>
|
||||
import Search from './workconfig/Search.vue'
|
||||
import Content from './workconfig/Content.vue'
|
||||
import mySearch from "./workconfig/my-search.vue";
|
||||
import myContent from "./workconfig/my-content.vue";
|
||||
</script>
|
||||
Reference in New Issue
Block a user