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
aaf7e482
Commit
aaf7e482
authored
Oct 20, 2023
by
盖献康
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bug(68654) - 数据统计-业务统计,业务收益总额超大时显示在外面了
parent
71251e52
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
2 deletions
+14
-2
pet-data-statistics.vue
...ta-statistics/pet-data-statistics/pet-data-statistics.vue
+7
-1
service-statistics.vue
...data-statistics/service-statistics/service-statistics.vue
+7
-1
No files found.
src/views/data-statistics/pet-data-statistics/pet-data-statistics.vue
View file @
aaf7e482
...
...
@@ -364,7 +364,9 @@
<el-col
:span=
"6"
>
<div
class=
"pet_info_statistics pet_info_statistics_vipBalance"
:style=
"{backgroundImage: 'url(' + require('../../../assets/data_statistics/chongzhutongji_img_kayue.png') + ')'}"
>
<div
style=
"display: flex;"
>
<div
class=
"numberColor"
>
{{ formatNum(customerStatistics.memberAmount || 0) }}
</div>
<el-tooltip
effect=
"dark"
:content=
"formatNum(customerStatistics.memberAmount || 0)"
placement=
"top-start"
>
<div
class=
"numberColor"
>
{{ formatNum(customerStatistics.memberAmount || 0) }}
</div>
</el-tooltip>
<div
class=
"fontColor"
>
元
</div>
</div>
<div
class=
"bottomText"
>
...
...
@@ -1085,6 +1087,10 @@ export default {
background-image
:
-webkit-linear-gradient
(
top
,
#DB9147
,
#DB4747
);
-webkit-background-clip
:text
;
-webkit-text-fill-color
:transparent
;
white-space
:
nowrap
;
/* 防止文本换行 */
overflow
:
hidden
;
/* 隐藏溢出的文本 */
text-overflow
:
ellipsis
;
/* 显示省略号 */
max-width
:
140px
;
/* 设置元素宽度 */
}
.fontColor
{
padding-top
:
2px
;
...
...
src/views/data-statistics/service-statistics/service-statistics.vue
View file @
aaf7e482
...
...
@@ -348,7 +348,9 @@
<
el
-
col
:
span
=
"6"
>
<
div
class
=
"service_info_statistics service_info_statistics_income"
:
style
=
"{backgroundImage: 'url(' + require('../../../assets/data_statistics/yewu_mg_shouyi.png') + ')'
}
"
>
<
div
style
=
"display: flex;"
>
<
div
class
=
"numberColor"
>
{{
formatNum
(
businessInformation
.
businessIncome
||
0
)
}}
<
/div
>
<
el
-
tooltip
effect
=
"dark"
:
content
=
"formatNum(businessInformation.businessIncome || 0)"
placement
=
"top-start"
>
<
div
class
=
"numberColor"
>
{{
formatNum
(
businessInformation
.
businessIncome
||
0
)
}}
<
/div
>
<
/el-tooltip
>
<
div
class
=
"fontColor"
>
元
<
/div
>
<
/div
>
<
div
class
=
"bottomText"
>
...
...
@@ -1313,6 +1315,10 @@ export default {
background
-
image
:
-
webkit
-
linear
-
gradient
(
top
,
#
DB9147
,
#
DB4747
);
-
webkit
-
background
-
clip
:
text
;
-
webkit
-
text
-
fill
-
color
:
transparent
;
white
-
space
:
nowrap
;
/* 防止文本换行 */
overflow
:
hidden
;
/* 隐藏溢出的文本 */
text
-
overflow
:
ellipsis
;
/* 显示省略号 */
max
-
width
:
140
px
;
/* 设置元素宽度 */
}
.
fontColor
{
padding
-
top
:
2
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