From 11e6b6f8d134194971ec42e89f32034216ef4224 Mon Sep 17 00:00:00 2001 From: A1300399510 Date: Wed, 18 Dec 2024 17:19:59 +0800 Subject: [PATCH] no message --- css/common.css | 2 ++ css/common.less | 2 ++ 2 files changed, 4 insertions(+) diff --git a/css/common.css b/css/common.css index cc05c4e..d449250 100644 --- a/css/common.css +++ b/css/common.css @@ -233,10 +233,12 @@ body { height: 100%; z-index: 1; cursor: pointer; + flex: 1; } .my-project .my-box .head .item.pitch { color: #000000; width: 474px; + flex: none; } .my-project .my-box .head .item.pitch.item-left { padding-right: 80px; diff --git a/css/common.less b/css/common.less index 9bd5d1a..c3fe91e 100644 --- a/css/common.less +++ b/css/common.less @@ -272,9 +272,11 @@ body { height: 100%; z-index: 1; cursor: pointer; + flex: 1; &.pitch { color: #000000; width: 474px; + flex: none; &.item-left { padding-right: 80px; }