Toggle navigation
Toggle navigation
This project
Loading...
Sign in
monitor_v3
/
hg-monitor-web
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
鲁尚清
2022-03-14 17:06:33 +0800
Commit
ed67ce976f59b45712cfb2494979f589dffdae11
1 parent
c6928266
性能曲线中自定义时间查询》时间选择框显示不全修改,时间组件增加padding-right
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
2 deletions
hg-monitor-web-base/src/main/resources/static/vue3/public/css/components.css
hg-monitor-web-base/src/main/resources/static/vue3/src/components/common/dateRange/indexInflux.html
hg-monitor-web-base/src/main/resources/static/vue3/public/css/components.css
View file @
ed67ce9
...
...
@@ -128,7 +128,10 @@
display
:
flex
;
align-items
:
center
;
font-size
:
12px
;
justify-content
:
end
;
justify-content
:
flex-end
;
}
.range-padding-right
{
padding-right
:
100px
;
}
.pie-date-range
{
flex
:
1
;
...
...
hg-monitor-web-base/src/main/resources/static/vue3/src/components/common/dateRange/indexInflux.html
View file @
ed67ce9
<el-row
class=
"dataRange-container"
>
<el-col
:span=
"24"
>
<div
class=
"tabs-div date-flex-div-around"
>
<el-col
:span=
"24"
class=
"select-div-flex"
>
<el-col
:span=
"24"
class=
"select-div-flex
range-padding-right
"
>
时间范围:
<el-date-picker
class=
"picker-div"
v-model=
"dateValue"
...
...
Please
register
or
login
to post a comment