“重新编辑修改”

This commit is contained in:
sjy
2026-07-11 17:24:41 +08:00
parent 399aefe61f
commit 6039b5ee75
3 changed files with 3 additions and 3 deletions
File diff suppressed because one or more lines are too long
+1 -1
View File
@@ -28,7 +28,7 @@
} }
})(); })();
</script> </script>
<script type="module" crossorigin src="/assets/index-a7nRC5ui.js"></script> <script type="module" crossorigin src="/assets/index-CEhV1cDD.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-JhRVnnL-.css"> <link rel="stylesheet" crossorigin href="/assets/index-JhRVnnL-.css">
</head> </head>
<body> <body>
+1 -1
View File
@@ -1137,7 +1137,7 @@ function RemoveInfo() {
{productImage ? ( {productImage ? (
<> <>
<img <img
src={productImage} src={buildAssetUrl(productImage)}
alt="产品图" alt="产品图"
style={{ width: '100%', height: '100%', objectFit: 'cover' }} style={{ width: '100%', height: '100%', objectFit: 'cover' }}
/> />