提交 f14fb7f1 作者: 毛细亚

我的任务模块更新完成

上级 0ee7dee5
...@@ -191,9 +191,9 @@ ...@@ -191,9 +191,9 @@
<div <div
v-for="(item, index) in kfhList" v-for="(item, index) in kfhList"
:key="index" :key="index"
class="sessionUserList rowFlex flexWarp " class="sessionUserList "
> >
<div style="margin-bottom: 20px" class="sessionUser"> <div style="margin-bottom: 10px" class="sessionUser">
<div class="kfhItem rowFlex spaceBetween"> <div class="kfhItem rowFlex spaceBetween">
<div class="left rowFlex columnCenter"> <div class="left rowFlex columnCenter">
<el-image <el-image
...@@ -544,8 +544,8 @@ ...@@ -544,8 +544,8 @@
.contet { .contet {
height: 100%; height: 100%;
background: #fff; background: #fff;
padding: 20px; padding: 10px;
height: 100%;
overflow: auto; overflow: auto;
.title { .title {
font-size: 14px; font-size: 14px;
...@@ -642,15 +642,12 @@ ...@@ -642,15 +642,12 @@
width: 100%; width: 100%;
height: auto; height: auto;
margin-top: 22px; margin-top: 22px;
.sessionUserList{ margin-bottom: 60px;
}
.sessionUser{ .sessionUser{
width: 350px; width: 100%;
height: auto; height: auto;
background: #F8F8F8; background: #F8F8F8;
border-radius: 4px; border-radius: 4px;
margin-right: 20px;
padding: 10px; padding: 10px;
} }
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论