Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
O
office-web
Overview
Overview
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
office
office-web
Commits
e17e757c
Commit
e17e757c
authored
Mar 18, 2019
by
无尘
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
style: 修改应用公共头部样式
parent
cfe62a8b
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
19 additions
and
34 deletions
+19
-34
common-detail-top.vue
src/components/app/common-detail-top.vue
+12
-1
dailyDetail.vue
src/views/enterpriseApp/cloudDaily/dailyDetail.vue
+6
-32
dailyRecord.vue
src/views/enterpriseApp/cloudDaily/dailyRecord.vue
+1
-1
No files found.
src/components/app/common-detail-top.vue
View file @
e17e757c
...
@@ -11,7 +11,10 @@
...
@@ -11,7 +11,10 @@
<div
class=
"el-tabs__nav-wrap is-top"
>
<div
class=
"el-tabs__nav-wrap is-top"
>
<div
class=
"el-tabs__nav-scroll"
>
<div
class=
"el-tabs__nav-scroll"
>
<ul>
<ul>
<li
v-for=
"(item, index) in topData"
:key=
"index"
:class=
"['top-cell', item.id == activeId ? 'cell-active' : '']"
>
{{
item
.
name
}}
<i
v-if=
"topData.length > 1"
class=
"el-icon-arrow-right p-lr-11"
></i></li>
<li
v-for=
"(item, index) in topData"
:key=
"index"
:class=
"['top-cell', item.id == activeId ? 'cell-active' : '']"
>
<div
class=
"top-name"
>
{{
item
.
name
}}
</div>
<i
v-if=
"topData.length > 1 && index != topData.length - 1"
class=
"el-icon-arrow-right p-lr-11"
></i>
</li>
</ul>
</ul>
</div>
</div>
</div>
</div>
...
@@ -98,13 +101,21 @@ export default {
...
@@ -98,13 +101,21 @@ export default {
-webkit-box-sizing
:
border-box
;
-webkit-box-sizing
:
border-box
;
box-sizing
:
border-box
;
box-sizing
:
border-box
;
cursor
:
pointer
;
cursor
:
pointer
;
.top-name
{
display
:
inline-block
;
height
:
48px
;
-webkit-box-sizing
:
border-box
;
box-sizing
:
border-box
;
}
&
.cell-active
{
&
.cell-active
{
.top-name
{
border-bottom
:
3px
solid
#303133
;
border-bottom
:
3px
solid
#303133
;
color
:
#303133
;
color
:
#303133
;
}
}
}
}
}
}
}
}
}
.el-tabs__active-bar
{
.el-tabs__active-bar
{
position
:
absolute
;
position
:
absolute
;
...
...
src/views/enterpriseApp/cloudDaily/dailyDetail.vue
View file @
e17e757c
...
@@ -74,42 +74,16 @@ export default {
...
@@ -74,42 +74,16 @@ export default {
data
()
{
data
()
{
return
{
return
{
tableH
:
window
.
screen
.
availHeight
-
464
-
126
+
'px'
,
tableH
:
window
.
screen
.
availHeight
-
464
-
126
+
'px'
,
active
Tab
:
'1
'
,
active
Id
:
'2
'
,
activeBrand
:
this
.
brandId
,
activeBrand
:
this
.
brandId
,
t
abList
Data
:
[
t
opMenu
Data
:
[
{
{
tabId
:
'1'
,
id
:
'1'
,
tabName
:
'云日报记录'
,
name
:
'云日报记录'
icon
:
'icon-ribao'
},
},
{
{
tabId
:
'2'
,
id
:
'2'
,
tabName
:
'云日报设置'
,
name
:
'日报详情'
icon
:
'icon-ribaoshezhi'
,
children
:
[
{
tabId
:
'21'
,
tabName
:
'模板配置'
,
icon
:
''
,
children
:
[
{
tabId
:
'211'
,
tabName
:
'系统报表'
,
icon
:
''
},
{
tabId
:
'212'
,
tabName
:
'自定义报表'
,
icon
:
''
}
]
},
{
tabId
:
'22'
,
tabName
:
'任务下发设置'
,
icon
:
''
}
]
}
}
],
],
// 条件
// 条件
...
...
src/views/enterpriseApp/cloudDaily/dailyRecord.vue
View file @
e17e757c
...
@@ -426,7 +426,7 @@ export default {
...
@@ -426,7 +426,7 @@ export default {
}
}
that
.
tableData
=
resData
.
result
.
result
;
that
.
tableData
=
resData
.
result
.
result
;
that
.
total
=
resData
.
result
.
totalCount
;
that
.
total
=
resData
.
result
.
totalCount
;
return
;
return
false
;
}
}
errMsg
.
errorMsg
(
resData
);
errMsg
.
errorMsg
(
resData
);
})
})
...
...
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