You've already forked qlg.frontend
记事本细节修改,待接口
This commit is contained in:
@ -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%;
|
||||
}
|
Reference in New Issue
Block a user