编写制度文件管理view

This commit is contained in:
2025-10-24 18:07:49 +08:00
parent ad3320779c
commit a11c6ada3d
2 changed files with 29 additions and 21 deletions

View File

@@ -1,21 +1,8 @@
<!-- <!--
* @Author: Kane author: Kane Wang <wangkane@qq.com>
* @Date: 2023-03-23 15:44:52 date: 2025-10-23 17:52:01
* @LastEditors: Kane component: Main
* @FilePath: /task_schedule/src/layout/components/Main.vue Copyright © CPIC All rights reserved
* @Description:
*
* Copyright (c) ${2022} by Kane, All Rights Reserved.
-->
<!--
* @Author: Kane
* @Date: 2023-01-04 11:40:03
* @LastEditors: Kane
* @LastEditTime: 2023-09-27 11:19:05
* @FilePath: /it-console/src/layout/components/Main.vue
* @Description:
*
* Copyright (c) ${2022} by Kane, All Rights Reserved.
--> -->
<template> <template>
<el-scrollbar> <el-scrollbar>

View File

@@ -6,7 +6,22 @@ Copyright © CPIC All rights reserved
--> -->
<template> <template>
<div class="wrapper"> <div class="wrapper">
111 <el-row :gutter="10">
<el-col span="24">
<el-button
type="warning"
icon="upload"
>
上传
</el-button>
<el-button
type="primary"
icon="refresh"
>
刷新
</el-button>
</el-col>
</el-row>
</div> </div>
</template> </template>
<script lang="ts"> <script lang="ts">
@@ -24,9 +39,15 @@ export default {
@import "@/assets/css/public/mixin.scss"; @import "@/assets/css/public/mixin.scss";
.wrapper { .wrapper {
@include no-select; margin: 10px 10px 10px 10px;
margin: 5px; >*+* {
border: 1px solid red; margin-top: 10px;
}
}
.pagination_wrapper {
display: flex;
justify-content: flex-end;
} }
</style> </style>