Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
pet-business-web
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
刘怀志
pet-business-web
Commits
2dd9a665
Commit
2dd9a665
authored
Sep 01, 2023
by
陈明豪
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bug修改
parent
64f873e3
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
69 additions
and
0 deletions
+69
-0
hospital-data-statistics.vue
...ics/hospital-data-statistics/hospital-data-statistics.vue
+23
-0
pet-data-statistics.vue
...ta-statistics/pet-data-statistics/pet-data-statistics.vue
+23
-0
service-statistics.vue
...data-statistics/service-statistics/service-statistics.vue
+23
-0
No files found.
src/views/data-statistics/hospital-data-statistics/hospital-data-statistics.vue
View file @
2dd9a665
...
@@ -865,4 +865,27 @@ export default {
...
@@ -865,4 +865,27 @@ export default {
::
v
-
deep
.
cell
{
::
v
-
deep
.
cell
{
line
-
height
:
2.125
rem
;
line
-
height
:
2.125
rem
;
}
}
::
v
-
deep
.
el
-
loading
-
spinner
.
circular
{
display
:
none
;
}
::
v
-
deep
.
el
-
loading
-
spinner
{
width
:
56
px
;
height
:
56
px
;
top
:
50
%
;
left
:
50
%
;
transform
:
translate
(
-
28
px
,
-
28
px
);
background
:
url
(
"../../../assets/images/loading.png"
);
background
-
size
:
100
%
100
%
;
animation
:
loading
-
rotate
2
s
linear
infinite
;
@
keyframes
loading
-
rotate
{
0
%
{
transform
:
rotate
(
0
deg
);
}
100
%
{
transform
:
rotate
(
360
deg
);
}
}
}
<
/style
>
<
/style
>
src/views/data-statistics/pet-data-statistics/pet-data-statistics.vue
View file @
2dd9a665
...
@@ -1220,4 +1220,27 @@ export default {
...
@@ -1220,4 +1220,27 @@ export default {
::v-deep
.cell
{
::v-deep
.cell
{
line-height
:
2
.125rem
;
line-height
:
2
.125rem
;
}
}
::v-deep
.el-loading-spinner
.circular
{
display
:
none
;
}
::v-deep
.el-loading-spinner
{
width
:
56px
;
height
:
56px
;
top
:
50%
;
left
:
50%
;
transform
:
translate
(
-28px
,
-28px
);
background
:
url("../../../assets/images/loading.png")
;
background-size
:
100%
100%
;
animation
:
loading-rotate
2s
linear
infinite
;
@keyframes
loading-rotate
{
0
%
{
transform
:
rotate
(
0deg
);
}
100
%
{
transform
:
rotate
(
360deg
);
}
}
}
</
style
>
</
style
>
src/views/data-statistics/service-statistics/service-statistics.vue
View file @
2dd9a665
...
@@ -1463,4 +1463,27 @@ export default {
...
@@ -1463,4 +1463,27 @@ export default {
.
mapDiv
{
.
mapDiv
{
height
:
674
px
;
height
:
674
px
;
}
}
::
v
-
deep
.
el
-
loading
-
spinner
.
circular
{
display
:
none
;
}
::
v
-
deep
.
el
-
loading
-
spinner
{
width
:
56
px
;
height
:
56
px
;
top
:
50
%
;
left
:
50
%
;
transform
:
translate
(
-
28
px
,
-
28
px
);
background
:
url
(
"../../../assets/images/loading.png"
);
background
-
size
:
100
%
100
%
;
animation
:
loading
-
rotate
2
s
linear
infinite
;
@
keyframes
loading
-
rotate
{
0
%
{
transform
:
rotate
(
0
deg
);
}
100
%
{
transform
:
rotate
(
360
deg
);
}
}
}
<
/style
>
<
/style
>
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment