Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
H
holo-web
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
xinkong
holo-web
Commits
3a066c92
Commit
3a066c92
authored
May 28, 2024
by
ninglx
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
wj-smartcity 统一修改各页面样式提交
parent
97dbd958
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
31 additions
and
5 deletions
+31
-5
cycleData.vue
wj-smartcity/src/views/dataQueries/rightForm/cycleData.vue
+5
-1
eventData.vue
wj-smartcity/src/views/dataQueries/rightForm/eventData.vue
+19
-1
index.vue
wj-smartcity/src/views/dataQueries/rightForm/index.vue
+2
-2
snapshotData.vue
...martcity/src/views/dataQueries/rightForm/snapshotData.vue
+5
-1
No files found.
wj-smartcity/src/views/dataQueries/rightForm/cycleData.vue
View file @
3a066c92
<
template
>
<div
class=
"full-w-h
"
style=
"display: flex; flex-direction: column
"
>
<div
class=
"full-w-h
cycleDataContainer
"
>
<div
style=
"margin-bottom: 10px;margin-top: 10px"
class=
"custom-form"
>
<label
class=
"custom-form-label"
>
时段选择:
</label>
<el-date-picker
...
...
@@ -721,4 +721,8 @@ label:first-child {
display: flex;
align-items: center;
}
.cycleDataContainer{
display: flex; flex-direction: column;
padding: 0 10px;
}
</
style
>
\ No newline at end of file
wj-smartcity/src/views/dataQueries/rightForm/eventData.vue
View file @
3a066c92
<
template
>
<div
class=
"full-w-h
"
style=
"display: flex; flex-direction: column
"
>
<div
class=
"full-w-h
eventDataContainer
"
>
<div
style=
"margin-bottom: 10px;margin-top: 10px"
class=
"custom-form"
>
<label
class=
"custom-form-label"
>
时段选择:
</label>
<el-date-picker
...
...
@@ -22,6 +22,7 @@
:value=
"item.value"
>
</el-option>
</el-select>
<el-button
size=
"mini"
type=
"primary"
class=
"custom-export-button"
>
导出
</el-button>
</div>
<div
class=
"event-type"
>
<div
class=
"table-title"
>
...
...
@@ -272,6 +273,19 @@ export default {
height: 40px;
display: flex;
align-items: center;
position: relative;
.custom-export-button{
position: absolute;
right: 0;
background-color: #294372;
color: white;
letter-spacing: 5px;
border: none;
width: 80px
}
.custom-export-button:hover{
background-color: #355287;
}
}
::v-deep .el-input__inner {
...
...
@@ -315,4 +329,8 @@ export default {
flex: 1;
}
}
.eventDataContainer{
display: flex; flex-direction: column;
padding: 0 10px;
}
</
style
>
\ No newline at end of file
wj-smartcity/src/views/dataQueries/rightForm/index.vue
View file @
3a066c92
...
...
@@ -39,7 +39,7 @@ export default {
tabs
:
[
{
'
1
'
:
'
周期数据
'
},
{
'
2
'
:
'
快照数据
'
},
//
{'3': '事件数据'},
{
'
3
'
:
'
事件数据
'
},
],
}
},
...
...
@@ -48,7 +48,7 @@ export default {
},
methods
:
{
clickTab
(
item
){
if
(
Object
.
keys
(
item
)[
0
]
===
'
3
'
)
return
//
if(Object.keys(item)[0]==='3') return
this
.
activeTab
=
Object
.
keys
(
item
)[
0
]
},
getData
()
{
...
...
wj-smartcity/src/views/dataQueries/rightForm/snapshotData.vue
View file @
3a066c92
<
template
>
<div
class=
"full-w-h
"
style=
"display: flex; flex-direction: column
"
>
<div
class=
"full-w-h
snapshotDataContainer
"
>
<div
style=
"margin-bottom: 10px;margin-top: 10px"
class=
"custom-form"
>
<label
class=
"custom-form-label"
>
时段选择:
</label>
<el-date-picker
...
...
@@ -523,4 +523,8 @@ label:first-child {
}
}
}
.snapshotDataContainer{
display: flex; flex-direction: column;
padding: 0 10px;
}
</
style
>
\ No newline at end of file
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