Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Sign in / Register
Toggle navigation
E
energyai_vue
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
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
葛齐林
energyai_vue
Commits
7e8916be
Commit
7e8916be
authored
Apr 08, 2021
by
co_dengxiongwen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
页面调整
parent
43027652
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
index.vue
src/pages/analysis/outdoor/index.vue
+3
-2
No files found.
src/pages/analysis/outdoor/index.vue
View file @
7e8916be
...
...
@@ -6,7 +6,7 @@ card-warp(title="室外气象分析", height="45px", showBackground)
div(slot="content", style="height: 90%")
el-form(:inline="true", size="mini")
el-form-item(label="设备名称:")
el-input(type="primary", size="mini")
el-input(type="primary", size="mini"
v-model='name' readOnly
)
el-form-item(label="时间范围:")
el-date-picker(
size="mini",
...
...
@@ -68,6 +68,7 @@ export default {
data
()
{
return
{
activeName
:
'1'
,
name
:
'室外气象站'
,
startTime
:
''
,
endTime
:
''
,
pickerOptions
:
{
...
...
@@ -126,7 +127,7 @@ export default {
color
:
#000000
;
line-height
:
40px
;
&
:
:
before
{
content
:
""
;
content
:
''
;
display
:
inline-block
;
width
:
10px
;
height
:
10px
;
...
...
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