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

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

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