Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
bdc
/
bdcdj-web
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
06b7e564
authored
2024-05-29 15:23:58 +0800
by
jiaozeping@pashanhoo.com
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
字体样式
1 parent
1bd4d370
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
src/views/tjfx/cstj/index.vue
src/views/zsgl/zsrk/zsrkdata.js
src/views/tjfx/cstj/index.vue
View file @
06b7e56
...
...
@@ -154,7 +154,7 @@ export default {
// 如果需要自定义 tooltip样式,需要使用formatter
formatter
:
(
params
)
=>
{
if
(
params
.
seriesName
==
'超时时间'
)
{
return
`<div font-size: 1
4
px;line-height: 24px>
return
`<div font-size: 1
5
px;line-height: 24px>
${
params
.
seriesName
}
<br>
<span font-size: 16px; font-weight: 600;">
${
params
.
name
}
:
${
...
...
@@ -162,7 +162,7 @@ export default {
}
<
/span
>
<
/div>`
;
}
return `
<
div
font
-
size
:
1
4
px
;
line
-
height
:
24
px
>
return `
<
div
font
-
size
:
1
5
px
;
line
-
height
:
24
px
>
$
{
params
.
seriesName
}
<
br
>
<
span
font
-
size
:
16
px
;
font
-
weight
:
600
;
"> ${params.name}: ${
...
...
@@ -356,7 +356,7 @@ export default {
padding
:
1px
8px
;
margin-right
:
16px
;
color
:
#3c4353
;
font-size
:
1
4
px
;
font-size
:
1
5
px
;
line-height
:
22px
;
font-weight
:
400
;
border
:
1px
solid
#dcdee0
;
...
...
src/views/zsgl/zsrk/zsrkdata.js
View file @
06b7e56
...
...
@@ -17,7 +17,7 @@ class data extends filter {
{
label
:
'序号'
,
type
:
'index'
,
width
:
'
5
0'
,
width
:
'
6
0'
,
render
:
(
h
,
scope
)
=>
{
return
(
<
div
>
...
...
Please
register
or
sign in
to post a comment