Commit e7d87f02 by 无尘

fix: 更新loading

parent 8db518e7
...@@ -4,13 +4,13 @@ ...@@ -4,13 +4,13 @@
* @Author: 无尘 * @Author: 无尘
* @Date: 2019-03-20 14:36:37 * @Date: 2019-03-20 14:36:37
* @LastEditors: 无尘 * @LastEditors: 无尘
* @LastEditTime: 2020-09-09 16:04:50 * @LastEditTime: 2020-12-23 11:11:15
--> -->
<template> <template>
<div class="contacts-wrap common-set-wrap"> <div class="contacts-wrap common-set-wrap">
<!-- <nav-crumb :navpath="navpath"> </nav-crumb> --> <!-- <nav-crumb :navpath="navpath"> </nav-crumb> -->
<div class="right-content"> <div class="right-content">
<div class="right-box" :style="{ 'min-height': bgHeight }" v-loading="loading"> <div class="right-box" :style="{ 'min-height': bgHeight }">
<div class="apps-content flex" :style="{ 'min-height': bgHeight }"> <div class="apps-content flex" :style="{ 'min-height': bgHeight }">
<div class="apps-content-left border-box"> <div class="apps-content-left border-box">
<div class="left-tree-body border-box"> <div class="left-tree-body border-box">
...@@ -38,7 +38,7 @@ ...@@ -38,7 +38,7 @@
</div> </div>
</div> </div>
</div> </div>
<div class="apps-content-right"> <div class="apps-content-right" v-loading="loading">
<div class="content-right-body border-box" style="min-height: 100%;"> <div class="content-right-body border-box" style="min-height: 100%;">
<new-depart-member :depart-obj="departObj" @changeDepart="changeDepart"></new-depart-member> <new-depart-member :depart-obj="departObj" @changeDepart="changeDepart"></new-depart-member>
</div> </div>
......
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