画像编辑
This commit is contained in:
parent
094d97226c
commit
a6a629b450
@ -349,16 +349,13 @@ export default {
|
|||||||
}
|
}
|
||||||
.timelist {
|
.timelist {
|
||||||
width: 25%;
|
width: 25%;
|
||||||
|
overflow: hidden;
|
||||||
|
.left {
|
||||||
|
width: 100%;
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
padding: 17px 20px;
|
padding: 17px 20px;
|
||||||
height: calc(100% - 56px);
|
|
||||||
// height: 680px;
|
|
||||||
// height: calc(100vh - 294px);
|
|
||||||
overflow-y: scroll;
|
|
||||||
|
|
||||||
.left {
|
|
||||||
height: calc(100vh - 119px);
|
height: calc(100vh - 119px);
|
||||||
overflow: hidden;
|
overflow-y: auto;
|
||||||
.name {
|
.name {
|
||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user