调整部分bug和文案

This commit is contained in:
X1627315083
2024-07-09 15:13:17 +08:00
parent 7a56face84
commit e9c738711d
8 changed files with 22 additions and 14 deletions

View File

@@ -729,7 +729,7 @@ export default defineComponent({
}
.productImg_content_item_title{
font-weight: 600;
font-size: 1.8rem;
font-size: 1.6rem;
margin-bottom: 1rem;
&.productImg_content_item_title_menu{
display: flex;
@@ -757,7 +757,7 @@ export default defineComponent({
display: flex;
margin-right: 1rem;
position: relative;
height: 12rem;
height: 14rem;
img{
width: 100%;
cursor: pointer;
@@ -806,9 +806,10 @@ export default defineComponent({
.upload_file_item{
display: flex;
margin-right: 1rem;
width: auto;
border: none;
margin-bottom: 0;
width: auto !important;
height: 14rem !important;
border: none !important;
margin-bottom: 0 !important;
&.upload_file_item:last-child{
margin-right: 0rem;
}
@@ -816,7 +817,7 @@ export default defineComponent({
// width: 45%;
.productImg_content_item_imgBox{
.content_item_imgBox_itemImg{
width: 5rem;
width: 7rem;
flex-shrink: 0;
}
}