Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
bdc
/
bdcjg-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
84a5761d
authored
2023-01-16 10:35:35 +0800
by
xiaomiao
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
样式调整
1 parent
d4622996
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
21 deletions
src/styles/element-ui.scss
src/views/jktj/bsxljk/index.vue
src/views/jktj/ywltj/index.vue
src/styles/element-ui.scss
View file @
84a5761
...
...
@@ -265,6 +265,11 @@ display: none;
}
.el-date-picker
{
background-color
:
#031a46
;
.el-picker-panel__content
{
.disabled
{
background-color
:
#074487
;
}
}
.el-date-picker__header-label
{
color
:
#A6CFD6
;
}
...
...
src/views/jktj/bsxljk/index.vue
View file @
84a5761
...
...
@@ -145,7 +145,6 @@ export default {
@import
"~@/styles/public.scss"
;
.jktjDetail
{
background-color
:
#fff
;
height
:
100%
;
display
:
flex
;
flex-direction
:
column
;
...
...
src/views/jktj/ywltj/index.vue
View file @
84a5761
<
template
>
<!-- 监控日志 -->
<div
class=
"jktjDetail f
ro
m-clues"
>
<div
class=
"jktjDetail f
or
m-clues"
>
<!-- 头部搜索 -->
<div
class=
"from-clues-header"
>
<el-form
ref=
"form"
:model=
"form"
label-width=
"80px"
>
<el-form
ref=
"form"
:model=
"form"
:inline=
"true"
class=
"from-clues-header"
label-width=
"100px"
>
<el-row>
<el-col
:span=
"8"
>
<el-date-picker
v-model=
"valueTime"
type=
"datetimerange"
range-separator=
"至"
start-placeholder=
"开始日期"
end-placeholder=
"结束日期"
>
</el-date-picker>
</el-col>
<!--
<el-col
:span=
"6"
>
<el-form-item
label=
"开始时间"
>
<el-date-picker
type=
"date"
:picker-options=
"pickerOptionsStart"
clearable
v-model=
"form.startTime"
value-format=
"yyyy-MM-dd"
></el-date-picker>
</el-form-item>
</el-col>
<el-col
:span=
"6"
>
<el-form-item
label=
"结束时间"
>
<el-date-picker
clearable
:picker-options=
"pickerOptionsEnd"
v-model=
"form.endTime"
value-format=
"yyyy-MM-dd"
>
</el-date-picker>
</el-form-item>
</el-col>
-->
<!-- 按钮操作 -->
<el-col
:span=
"12"
class=
"btnColRight"
>
<el-button
type=
"default"
@
click=
"resetForm"
>
重置
</el-button>
...
...
@@ -30,13 +16,11 @@
</el-col>
</el-row>
</el-form>
<!-- 表格 -->
<div
class=
"form-clues-content echarts-box"
>
<div
id=
"myChart"
class=
"chart"
></div>
</div>
</div>
</div>
</
template
>
<
script
>
...
...
@@ -161,7 +145,6 @@ export default {
@import
"~@/styles/public.scss"
;
.jktjDetail
{
//
background-color
:
#fff
;
height
:
100%
;
display
:
flex
;
flex-direction
:
column
;
...
...
@@ -169,7 +152,7 @@ export default {
.echarts-box
{
display
:
flex
;
justify-content
:
center
;
height
:
100%
;
height
:
500px
;
.chart
{
width
:
100%
;
...
...
Please
register
or
sign in
to post a comment