diff --git a/src/views/manage/Portraitedit/index.vue b/src/views/manage/Portraitedit/index.vue index 0e32d34..da7a1e8 100644 --- a/src/views/manage/Portraitedit/index.vue +++ b/src/views/manage/Portraitedit/index.vue @@ -349,16 +349,13 @@ export default { } .timelist { width: 25%; + overflow: hidden; + .left { + width: 100%; background-color: #fff; padding: 17px 20px; - height: calc(100% - 56px); - // height: 680px; - // height: calc(100vh - 294px); - overflow-y: scroll; - - .left { height: calc(100vh - 119px); - overflow: hidden; + overflow-y: auto; .name { font-weight: 700; margin-bottom: 10px;