Skip to content
项目
群组
代码片段
帮助
正在加载...
帮助
提交反馈
为 GitLab 提交贡献
登录
切换导航
P
pica.cloud.web-education-admin
项目
项目
详情
动态
版本
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
统计图
成员
成员
收起侧边栏
Close sidebar
动态
分支图
统计图
提交
打开侧边栏
com.pica.cloud.education.frontend
pica.cloud.web-education-admin
提交
5870a79b
提交
5870a79b
编写于
3月 14, 2019
作者:
Yuanzhao.dai
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
style fixed
上级
8c426fe5
变更
2
隐藏空白字符变更
内嵌
并排
正在显示
2 个修改的文件
包含
52 行增加
和
34 行删除
+52
-34
followup-common.scss
src/style/followup/followup-common.scss
+30
-0
resident-list.vue
src/views/followup/plan-manage/resident-list.vue
+22
-34
未找到文件。
src/style/followup/followup-common.scss
0 → 100644
浏览文件 @
5870a79b
$borderBottomStyle
:
1px
solid
#efefef
;
/*列表页布局*/
.f-main-content
{
background
:
#ffffff
;
padding
:
30px
;
.page-title
{
font-size
:
20px
;
padding-bottom
:
20px
;
border-bottom
:
$borderBottomStyle
;
}
.search-div
{
//查询模块
display
:
flex
;
flex-direction
:
row
;
justify-content
:
space-between
;
padding
:
30px
0
10px
0
;
border-bottom
:
$borderBottomStyle
;
.search-input
{
max-width
:
$inputDiv
;
// 根据自己页面设置
.el-input
{
width
:
$input
;
// 根据自己页面设置
}
}
.search-btn
{
min-width
:
$searchDiv
;
// 根据自己页面设置
}
}
}
src/views/followup/plan-manage/resident-list.vue
浏览文件 @
5870a79b
...
...
@@ -6,8 +6,8 @@
:curmbThird=
"curmbThird"
:jumPathThird=
"jumPathThird"
>
</bread-crumb>
<div
class=
"resident-content screenSet"
>
<p
class=
"title"
>
随访计划名称
</p>
<div
class=
"resident-content
f-main-content
screenSet"
>
<p
class=
"
page-
title"
>
随访计划名称
</p>
<div
class=
"search-div"
>
<div
class=
"search-input"
>
<el-form
:model=
"searchData"
:inline=
"true"
:label-width=
"labelWidth"
>
...
...
@@ -44,6 +44,13 @@
<el-button
class=
"button-white"
plain
>
重置
</el-button>
</div>
</div>
<div
class=
"resident-table"
>
<el-radio-group
v-model=
"tableType"
>
<el-radio-button>
未完成(200)
</el-radio-button>
<el-radio-button>
进行中(200)
</el-radio-button>
<el-radio-button>
已结束(100)
</el-radio-button>
</el-radio-group>
</div>
</div>
</div>
</
template
>
...
...
@@ -57,52 +64,33 @@
},
data
()
{
return
{
/*面包屑配置*/
curmbFirst
:
'随访管理'
,
curmbSecond
:
'计划管理'
,
curmbThird
:
'查看居民'
,
jumPathThird
:
'/followUp/plan-manage'
,
labelWidth
:
'96px'
,
searchData
:
{},
groupOption
:
[{
/*面包屑配置*/
labelWidth
:
'96px'
,
//标题长度
searchData
:
{},
//查询数据
groupOption
:
[{
// 分组选项
value
:
'全部'
,
label
:
'全部'
}]
}],
tableType
:
''
}
}
}
</
script
>
<
style
lang=
"scss"
scoped
>
$borderStyle
:
1px
solid
#efefef
;
$inputDiv
:
650px
;
$input
:
205px
;
$searchDiv
:
160px
;
@import
'../../../style/followup/followup-common'
;
.resident-list
{
.resident-content
{
background
:
#ffffff
;
padding
:
30px
;
.title
{
font-size
:
20px
;
padding-bottom
:
10px
;
border-bottom
:
$borderStyle
;
}
.search-div
{
display
:
flex
;
flex-direction
:
row
;
justify-content
:
space-between
;
padding
:
30px
0
10px
0
;
border-bottom
:
$borderStyle
;
.search-input
{
max-width
:
650px
;
.el-input
{
width
:
205px
;
}
}
.search-btn
{
min-width
:
205px
;
button
{
width
:
95px
;
height
:
40px
;
}
}
}
}
}
</
style
>
写
预览
Markdown
格式
0%
请重试
or
附加一个文件
附加文件
取消
您添加了
0
人
到此讨论。请谨慎行事。
先完成此消息的编辑!
取消
想要评论请
注册
或
登录