提交 29ce5f6c 编写于 作者: Mosher's avatar Mosher

更新统一待办组件

上级 3683f48c
...@@ -3,14 +3,26 @@ ...@@ -3,14 +3,26 @@
line-height: 24px; line-height: 24px;
} }
.show-more {
text-align: center;
margin-top: 10px;
height: 20px;
color: #409eff;
label {
cursor: pointer;
}
}
#bellBtn { #bellBtn {
height: 24px; height: 24px;
font-size: 16px; font-size: 19px;
padding-top: 2px; padding-top: 2px;
padding-right: 2px;
color: #aaa;
} }
.Row { .Row {
height: 60px; height: 70px;
border-bottom: 1px solid lightgray; border-bottom: 1px solid lightgray;
display: flex; display: flex;
align-items: center; align-items: center;
...@@ -23,12 +35,19 @@ ...@@ -23,12 +35,19 @@
.column2 { .column2 {
border: 0px red solid; border: 0px red solid;
.process-definition-name {
font-size: 14px;
}
.el-row { .el-row {
display: flex; display: flex;
.el-col { .el-col {
flex-grow: 1; flex-grow: 1;
div {
margin-bottom: 5px;
}
div:first-child { div:first-child {
font-weight: 500; font-weight: 500;
overflow: hidden; overflow: hidden;
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册