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
6b568ffa
authored
2023-01-13 17:51:42 +0800
by
任超
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style:样式修改
1 parent
9589a727
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
12 additions
and
18 deletions
src/layout/index.vue
src/views/jktj/bsxljk/index.vue
src/views/jktj/ywltj/index.vue
src/layout/index.vue
View file @
6b568ff
...
...
@@ -47,9 +47,12 @@ export default {
}
}
.app-main
{
height
:
calc
(
100%
-94px
)
!important
;
//
padding
:
10px
;
.appMain
{
height
:
calc
(
100vh
-
94px
)
!important
;
box-sizing
:
border-box
;
.app-main
{
height
:
100%
;
}
}
</
style
>
...
...
src/views/jktj/bsxljk/index.vue
View file @
6b568ff
...
...
@@ -9,19 +9,6 @@
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>
...
...
@@ -155,6 +142,8 @@ export default {
};
</
script
>
<
style
scoped
lang=
"scss"
>
@import
"~@/styles/public.scss"
;
.jktjDetail
{
background-color
:
#fff
;
height
:
100%
;
...
...
@@ -164,7 +153,7 @@ export default {
.echarts-box
{
display
:
flex
;
justify-content
:
center
;
height
:
100%
;
height
:
500px
;
.chart
{
width
:
100%
;
...
...
src/views/jktj/ywltj/index.vue
View file @
6b568ff
<
template
>
<!-- 监控日志 -->
<div
class=
"jktjDetail f
or
m-clues"
>
<div
class=
"jktjDetail f
ro
m-clues"
>
<!-- 头部搜索 -->
<el-form
ref=
"form"
:model=
"form"
:inline=
"true"
class=
"from-clues-header"
label-width=
"100px"
>
<el-row>
...
...
@@ -155,6 +155,8 @@ export default {
};
</
script
>
<
style
scoped
lang=
"scss"
>
@import
"~@/styles/public.scss"
;
.jktjDetail
{
background-color
:
#fff
;
height
:
100%
;
...
...
Please
register
or
sign in
to post a comment