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
63f02b75
Commit
63f02b75
authored
Aug 04, 2023
by
陈明豪
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
数据统计-UI修改
parent
baa77f0b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
7 deletions
+12
-7
radar-chart-one-line-bigger.vue
...tistics/echars-components/radar-chart-one-line-bigger.vue
+1
-1
service-statistics.vue
...data-statistics/service-statistics/service-statistics.vue
+11
-6
No files found.
src/views/data-statistics/echars-components/radar-chart-one-line-bigger.vue
View file @
63f02b75
...
...
@@ -105,6 +105,6 @@ export default {
<
style
scoped
>
.radarChart
{
width
:
100%
;
height
:
6
8
0px
;
height
:
6
4
0px
;
}
</
style
>
src/views/data-statistics/service-statistics/service-statistics.vue
View file @
63f02b75
...
...
@@ -608,7 +608,7 @@
<
/div
>
<
/el-col
>
<
/el-row
>
<
el
-
row
:
gutter
=
"24"
class
=
"row2"
>
<
el
-
row
:
gutter
=
"24"
class
=
"row2
autoRow3_3_2
"
>
<
el
-
col
:
span
=
"8"
>
<
div
class
=
"cardDiv"
>
<
div
class
=
"cardTitle"
>
...
...
@@ -859,9 +859,9 @@ export default {
// this.loading = false
this
.
getOrderList
()
}
else
{
this
.
isPlatformRole
=
false
this
.
getDataForHospital
()
this
.
getRecordList
()
this
.
isPlatformRole
=
false
}
}
,
methods
:
{
...
...
@@ -1431,16 +1431,21 @@ export default {
//height: 389px;
}
.
tableClass
{
::
v
-
deep
.
el
-
table__cell
{
height
:
55
px
!
important
;
//line-height: 40px !important;
}
//
::v-deep .el-table__cell
{
//
height: 55px !important;
//
//line-height: 40px !important;
//
}
}
.
autoRow3_3
{
::
v
-
deep
.
cardDiv
{
height
:
468
px
;
}
}
.
autoRow3_3_2
{
::
v
-
deep
.
cardDiv
{
height
:
640
px
;
}
}
.
orderDiv
{
height
:
468
px
;
}
...
...
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