样式
This commit is contained in:
@@ -1,10 +1,10 @@
|
|||||||
<template>
|
<template>
|
||||||
<section class="taskmanage">
|
<section class="taskmanage">
|
||||||
<div class="con1">
|
<div class="con1 grid_wrapper">
|
||||||
<!-- <test-one v-if="currentIndex === 0"></test-one>
|
<!-- <test-one v-if="currentIndex === 0"></test-one>
|
||||||
<test-two v-if="currentIndex === 1"></test-two>
|
<test-two v-if="currentIndex === 1"></test-two>
|
||||||
<test-three v-if="currentIndex === 2"></test-three> -->
|
<test-three v-if="currentIndex === 2"></test-three> -->
|
||||||
<table class="filter-table">
|
<table>
|
||||||
<tr>
|
<tr>
|
||||||
<th>任务号</th>
|
<th>任务号</th>
|
||||||
<th>目标站点</th>
|
<th>目标站点</th>
|
||||||
@@ -15,7 +15,7 @@
|
|||||||
<td>{{e.task_num}}</td>
|
<td>{{e.task_num}}</td>
|
||||||
<td>{{e.target_point}}</td>
|
<td>{{e.target_point}}</td>
|
||||||
<td :class="{cyellow:e.task_status ==='1',cred:e.task_status ==='2',cgreen:e.task_status ==='0',}">{{e.task_status_name}}</td>
|
<td :class="{cyellow:e.task_status ==='1',cred:e.task_status ==='2',cgreen:e.task_status ==='0',}">{{e.task_status_name}}</td>
|
||||||
<td class="last-td">{{e.create_time}}<span v-if="e.task_uuid" :class="{'radio_checked': pkId === e.task_uuid}"></span></td>
|
<td class="last-td">{{e.create_time}}<div v-if="e.task_uuid" :class="{'radio_checked': pkId === e.task_uuid}"></div></td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
@@ -289,33 +289,33 @@ export default {
|
|||||||
color #00C852
|
color #00C852
|
||||||
.con1
|
.con1
|
||||||
float left
|
float left
|
||||||
margin-top .39rem
|
width 100%
|
||||||
width 10.4rem
|
padding 0.25rem
|
||||||
margin-left .4rem
|
|
||||||
.check-box
|
.check-box
|
||||||
width 1rem
|
width 1rem
|
||||||
.radio_checked
|
.radio_checked
|
||||||
|
position relative
|
||||||
|
top 10px
|
||||||
display inline-block
|
display inline-block
|
||||||
width .32rem
|
width 25px
|
||||||
height .32rem
|
height 25px
|
||||||
margin-left .5rem
|
margin-left .4rem
|
||||||
margin-top .1rem
|
|
||||||
background center / 100% 100% url(../images/aio/checked.png) no-repeat
|
background center / 100% 100% url(../images/aio/checked.png) no-repeat
|
||||||
vertical-align -5%
|
// vertical-align -5%
|
||||||
.last-td
|
.last-td
|
||||||
width 4.4rem
|
width 4.4rem
|
||||||
text-align left
|
text-align left
|
||||||
padding-left 0.5rem
|
padding-left 1.7rem
|
||||||
box-sizing border-box
|
box-sizing border-box
|
||||||
.con2
|
.con2
|
||||||
// width 10.4rem
|
// width 10.4rem
|
||||||
margin-left 2.8rem
|
margin-left 2.1rem
|
||||||
position fixed
|
position fixed
|
||||||
bottom 0.5rem
|
bottom 0.5rem
|
||||||
img
|
img
|
||||||
width 1.1rem
|
width 1.1rem
|
||||||
height 1.1rem
|
height 1.1rem
|
||||||
margin-right .29rem
|
margin-right .5rem
|
||||||
.submitbtn
|
.submitbtn
|
||||||
display inline-block
|
display inline-block
|
||||||
// position absolute
|
// position absolute
|
||||||
@@ -327,10 +327,10 @@ export default {
|
|||||||
_fj(center)
|
_fj(center)
|
||||||
margin-top .2rem
|
margin-top .2rem
|
||||||
.pop_btn
|
.pop_btn
|
||||||
_wh(1.8rem,.88rem)
|
_wh(1.5rem,.88rem)
|
||||||
background #989EBB
|
background #989EBB
|
||||||
border 2px solid #8B90A6
|
border 2px solid #8B90A6
|
||||||
border-radius: .28rem
|
border-radius: .24rem
|
||||||
_font(.32rem,.88rem,#fff,500,center)
|
_font(.32rem,.88rem,#fff,500,center)
|
||||||
margin 0 .12rem
|
margin 0 .12rem
|
||||||
.pop_btn_primary
|
.pop_btn_primary
|
||||||
@@ -423,4 +423,6 @@ export default {
|
|||||||
.setup_no
|
.setup_no
|
||||||
_font(.3rem, 1rem,#FD6A35,,)
|
_font(.3rem, 1rem,#FD6A35,,)
|
||||||
margin-left .4rem
|
margin-left .4rem
|
||||||
|
.grid_wrapper table td
|
||||||
|
line-height 40px
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
@@ -16,7 +16,7 @@
|
|||||||
<td :class="{cyellow:e.errorcategory_name ==='一类',cred:e.errorcategory_name ==='二类'}">{{e.errorcategory_name}}</td>
|
<td :class="{cyellow:e.errorcategory_name ==='一类',cred:e.errorcategory_name ==='二类'}">{{e.errorcategory_name}}</td>
|
||||||
<!-- <td>{{e.error_category}}<span class="status-box" :class="{bgyellow:e.error_status ==='1',bgred:e.error_status ==='2',bggreen:e.error_status ==='0',}"></span></td> -->
|
<!-- <td>{{e.error_category}}<span class="status-box" :class="{bgyellow:e.error_status ==='1',bgred:e.error_status ==='2',bggreen:e.error_status ==='0',}"></span></td> -->
|
||||||
<td>{{e.error_content}}</td>
|
<td>{{e.error_content}}</td>
|
||||||
<td class="last-td">{{e.handing_method}}</td>
|
<td>{{e.handing_method}}</td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -91,9 +91,8 @@ export default {
|
|||||||
<style lang="stylus" scoped>
|
<style lang="stylus" scoped>
|
||||||
.con1
|
.con1
|
||||||
float left
|
float left
|
||||||
margin-top .39rem
|
width 100%
|
||||||
margin-left .4rem
|
padding 0.25rem
|
||||||
width 10.4rem
|
|
||||||
.last-td
|
.last-td
|
||||||
width 4.4rem
|
width 4.4rem
|
||||||
text-align left
|
text-align left
|
||||||
|
|||||||
Reference in New Issue
Block a user