画像编辑滚动条

This commit is contained in:
shidongli 2024-08-12 13:33:14 +08:00
parent a9a3e03c7e
commit 1f4c6a662f
2 changed files with 3 additions and 3 deletions

View File

@ -338,7 +338,7 @@ export default {
.texts {
// overflow-y: scroll;
overflow-x: hidden;
width: 72%;
width: 73%;
height: calc(100vh - 246px);
background-color: #fff;
.topform {
@ -392,7 +392,7 @@ export default {
// background-color: #f2f4f5;
// padding-top: 10px;
height: calc(100vh - 84px);
padding: 0px 10px 10px 0px;
padding: 0px 0px 10px 0px;
// height: calc(100vh - 46px);
.topheadertop {
width: 99%;