浏览代码

init

newStyle
wangxiaohua 4 年前
父节点
当前提交
7d8ab57682
共有 1 个文件被更改,包括 25 次插入24 次删除
  1. +25
    -24
      src/views/Equipment/equipmentDetailList.vue

+ 25
- 24
src/views/Equipment/equipmentDetailList.vue 查看文件

@@ -9,7 +9,7 @@
padding-top: 18px; padding-top: 18px;
" "
> >
<span style="line-height: 40px" class="demonstration">楼盘名称:</span>
<span class="demonstration">楼盘名称:</span>
<div style="width: 200px"> <div style="width: 200px">
<!-- <el-input v-model="page.accountName"></el-input>--> <!-- <el-input v-model="page.accountName"></el-input>-->
<el-select v-model="houseId" filterable placeholder="请选择" @change="change"> <el-select v-model="houseId" filterable placeholder="请选择" @change="change">
@@ -34,7 +34,7 @@
padding-top: 18px; padding-top: 18px;
" "
> >
<span style="line-height: 40px" class="demonstration">使用时间:</span>
<span class="demonstration">使用时间:</span>
<div class="toptimeqhuan"> <div class="toptimeqhuan">
<div :class="{ tophove: timeType == 4 }" @click="tabtimetap(4)"> <div :class="{ tophove: timeType == 4 }" @click="tabtimetap(4)">
近7天 近7天
@@ -63,27 +63,25 @@
>对比时间段</el-checkbox >对比时间段</el-checkbox
> >
</div> </div>
<div v-if="checked">
<div class="demonstration timeSel" @click="show">
{{ selectTime1 ? "时段二: " : "请选择: "
}}<span v-if="selectTime1">{{
selectTime + "-" + selectTime1
}}</span>
</div>
<el-date-picker
style="opacity: 0"
v-model="time"
@change="timeChange"
ref="time"
:validate-event="false"
type="date"
placeholder="选择日期"
format="yyyy - MM - dd "
value-format="yyyy-MM-dd"
:picker-options="pickerOptions"
>
<div v-if="checked" style="margin-left: 20px;border:1px solid #DCDFE6;min-width: 220px;height: 32px;border-radius: 4px;max-width:250px;
font-size: 13px; line-height: 32px; text-indent: 8px;" @click="show">
{{ selectTime1 ? "时段二: " : "请选择: "}}
<span v-if="selectTime1">{{selectTime + "-" + selectTime1}}</span>
<el-date-picker
style="opacity: 0"
v-model="time"
@change="timeChange"
ref="time"
:validate-event="false"
type="date"
placeholder="选择日期"
format="yyyy - MM - dd "
value-format="yyyy-MM-dd"
:picker-options="pickerOptions"
>
</el-date-picker> </el-date-picker>
</div>
</div>

</div> </div>


<div class="kapiannox"> <div class="kapiannox">
@@ -1317,7 +1315,7 @@ export default {
} }
.toptimeqhuan { .toptimeqhuan {
width: 230px; width: 230px;
height: 40px;
height: 32px;
background: #ffffff; background: #ffffff;
border-radius: 4px; border-radius: 4px;
border: 1px solid #e0e0e0; border: 1px solid #e0e0e0;
@@ -1330,7 +1328,7 @@ export default {
.toptimeqhuan div { .toptimeqhuan div {
flex: 1; flex: 1;
text-align: center; text-align: center;
line-height: 40px;
line-height: 32px;
font-size: 16px; font-size: 16px;
} }
.tophove { .tophove {
@@ -1421,4 +1419,7 @@ export default {
.alllist-f2 { .alllist-f2 {
font-size: 12px; font-size: 12px;
} }
.demonstration{
line-height: 36px;
}
</style> </style>

正在加载...
取消
保存