画像编辑

This commit is contained in:
shidongli 2024-07-02 14:29:35 +08:00
parent 094d97226c
commit a6a629b450

View File

@ -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;