提交 5c5cf498 编写于 作者: jing.rong's avatar jing.rong

我的工作台结构

上级 40c86436
......@@ -12,15 +12,13 @@
v-model="value1"
type="date"
:clearable='false'
ref="picker"
placeholder="选择日期">
</el-date-picker>
<i class="el-icon-arrow-down" @click="onfn"></i>
</div>
</div>
</el-row>
<!-- tab栏 -->
<div class="box" v-if="isdon ==='1'">
<div class="radio" v-if="isdon ==='1'">
<el-radio-group v-model="tabPosition" style="margin-bottom: 30px;" >
<el-radio-button label="all">全部(0)</el-radio-button>
<el-radio-button label="abnormal">异常(0)</el-radio-button>
......@@ -55,7 +53,7 @@
<div ><i class="el-icon-s-custom"> 运营A成员(6单)</i></div>
<div ><i class="el-icon-s-custom"> 运营B成员(2单)</i></div>
</div>
<!-- <el-empty description="描述文字"></el-empty> -->
<el-empty :image-size="200" description="描述文字"></el-empty>
<!-- 分页 -->
<el-row type="flex" justify="end">
<el-pagination
......@@ -82,7 +80,6 @@ export default {
currentPage4:0,
// 判断是否是管理员
isdon:'1',
name:''
}
},
methods:{
......@@ -92,27 +89,9 @@ export default {
handleCurrentChange(){
},
onfn(){
this.$refs.picker.focus();
console.log('123')
}
},
}
</script>
<style lang='scss' scoped>
#picker{
::v-deep{
.el-date-editor{
padding-left: 0px;
.el-input__inner{
background: turquoise !important;
}
}
}
}
</style>
<style lang="scss" scoped>
.diagnosis-list-content {
.select-content {
......@@ -126,7 +105,7 @@ export default {
justify-content: flex-start;
align-items: center;
}
.box{
.radio{
border-bottom: 1px solid #ccc;
.el-radio-group {
margin-bottom: -1px !important;
......@@ -134,7 +113,6 @@ export default {
}
}
}
.el-row {
margin-bottom: 20px;
&:last-child {
......@@ -167,4 +145,4 @@ export default {
}
</style>node
\ No newline at end of file
</style>
\ No newline at end of file
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册