记事本细节修改,待接口

This commit is contained in:
2019-09-09 15:28:33 +08:00
parent f99d8b857b
commit 0a742f75b2
3 changed files with 31 additions and 35 deletions

View File

@ -17,12 +17,11 @@
height: 50px;
}
.row .title {
.title {
font-size: 18px;
color: black;
line-height: 42px;
position: absolute;
left: 10px;
padding-left: 5px;
}
[v-cloak] {
@ -31,15 +30,18 @@
.left {
float: left;
margin-left: 5px;
}
.right {
float: right;
display: block;
margin-left: 5px;
}
.right > div {
display: inline;
.small_title,
.created_time,
.updated_time {
font-size: 0.9rem;
}
.operation {
@ -52,21 +54,8 @@
.edit {
background: yellowgreen;
opacity: 0.5;
}
.delete {
background: red;
opacity: 0.5;
}
.upper {
width: 100%;
}
.lower {
font-size: 0.8rem;
position: absolute;
bottom: 0px;
width: 100%;
}