Commit fab3c56d authored by ‘老张’'s avatar ‘老张’

各个分别加载修改为全加载

parent 14e05682
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
</span> </span>
</el-row> </el-row>
</div> </div>
<div class="back" > <div class="back" v-loading="loading">
<div class="cards-container"> <div class="cards-container">
<!-- 表单样式 --> <!-- 表单样式 -->
<el-row :gutter="20"> <el-row :gutter="20">
...@@ -32,7 +32,7 @@ ...@@ -32,7 +32,7 @@
:key="index"> :key="index">
<el-card class="card" <el-card class="card"
shadow="never" shadow="never"
v-loading="loading"> >
<template #header> <template #header>
<div class="card-header" > <div class="card-header" >
<p> <p>
...@@ -519,10 +519,6 @@ function handleExport() { ...@@ -519,10 +519,6 @@ function handleExport() {
color: #0D162A; color: #0D162A;
} }
.table-head th, tbody td {
/*padding: 10px;*/ /* 单元格内边距 */
/* 移除了边框相关的代码 */
}
.table-head th { .table-head th {
color: #999999; color: #999999;
......
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