修改详情图片显示溢出问题

This commit is contained in:
A1300399510
2025-01-03 18:15:58 +08:00
parent 8a00e836c2
commit dd46250216
17 changed files with 110 additions and 102 deletions

View File

@@ -194,7 +194,7 @@ const client_manifest = {
"prefetch": true,
"preload": true,
"css": [],
"file": "error-404.4277d2a4.js",
"file": "error-404.37cdab0c.js",
"imports": [
"node_modules/nuxt/dist/app/entry.js"
],
@@ -220,7 +220,7 @@ const client_manifest = {
"prefetch": true,
"preload": true,
"css": [],
"file": "error-500.6c32340a.js",
"file": "error-500.e5a13f49.js",
"imports": [
"node_modules/nuxt/dist/app/entry.js"
],
@@ -237,7 +237,7 @@ const client_manifest = {
"resourceType": "style",
"prefetch": true,
"preload": true,
"file": "entry.1ebf40b0.css",
"file": "entry.c10ddaf3.css",
"src": "node_modules/nuxt/dist/app/entry.css"
},
"node_modules/nuxt/dist/app/entry.js": {
@@ -274,19 +274,19 @@ const client_manifest = {
"triangle-icon.c39ff2e7.svg"
],
"css": [
"entry.1ebf40b0.css"
"entry.c10ddaf3.css"
],
"dynamicImports": [
"node_modules/@nuxt/ui-templates/dist/templates/error-404.vue",
"node_modules/@nuxt/ui-templates/dist/templates/error-500.vue"
],
"file": "entry.09de5de9.js",
"file": "entry.63c21a41.js",
"isEntry": true,
"src": "node_modules/nuxt/dist/app/entry.js",
"_globalCSS": true
},
"entry.1ebf40b0.css": {
"file": "entry.1ebf40b0.css",
"entry.c10ddaf3.css": {
"file": "entry.c10ddaf3.css",
"resourceType": "style",
"prefetch": true,
"preload": true

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -1 +1 @@
{"version":3,"file":"entry-styles.0499bcf0.mjs","sources":["../../../../../.nuxt/dist/server/static/entry-styles-1.mjs-92c92c68.js","../../../../../.nuxt/dist/server/static/entry-styles-2.mjs-99884db5.js","../../../../../.nuxt/dist/server/static/entry-styles-3.mjs-aca5fba6.js","../../../../../.nuxt/dist/server/static/entry-styles-4.mjs-b882ecce.js","../../../../../.nuxt/dist/server/static/entry-styles.0499bcf0.mjs"],"sourcesContent":null,"names":["__buildAssetsURL","style_0","style_1","style_2","style_3"],"mappings":";;;;;;;;;;;;;;;;AAAA,MAAM,IAAO,GAAA,suPAAA;;ACAb,MAAM,QAAW,GAAA,ipEAAA;;ACAjB,MAAM,SAAY,GAAA,00CAAA;;ACAlB,MAAA,mCAAA,GAAA,0mNAAA,GAAAA,cAAA,CAAA,4BAAA,CAAA,GAAA,8yrDAAA;;ACIA,6BAAe,CAACC,IAAO,EAAEC,QAAO,EAAEC,SAAO,EAAEC,mCAAO;;;;"}
{"version":3,"file":"entry-styles.4c945cfa.mjs","sources":["../../../../../.nuxt/dist/server/static/entry-styles-1.mjs-92c92c68.js","../../../../../.nuxt/dist/server/static/entry-styles-2.mjs-99884db5.js","../../../../../.nuxt/dist/server/static/entry-styles-3.mjs-aca5fba6.js","../../../../../.nuxt/dist/server/static/entry-styles-4.mjs-e30b5d71.js","../../../../../.nuxt/dist/server/static/entry-styles.4c945cfa.mjs"],"sourcesContent":null,"names":["__buildAssetsURL","style_0","style_1","style_2","style_3"],"mappings":";;;;;;;;;;;;;;;;AAAA,MAAM,IAAO,GAAA,suPAAA;;ACAb,MAAM,QAAW,GAAA,ipEAAA;;ACAjB,MAAM,SAAY,GAAA,00CAAA;;ACAlB,MAAA,mCAAA,GAAA,0mNAAA,GAAAA,cAAA,CAAA,4BAAA,CAAA,GAAA,o6rDAAA;;ACIA,6BAAe,CAACC,IAAO,EAAEC,QAAO,EAAEC,SAAO,EAAEC,mCAAO;;;;"}

View File

@@ -1,8 +1,8 @@
const interopDefault = r => r.default || r || [];
const styles = {
"node_modules/nuxt/dist/app/entry.js": () => import('./static/entry-styles.0499bcf0.mjs').then(interopDefault),
"node_modules/@nuxt/ui-templates/dist/templates/error-404.vue": () => import('./static/error-404-styles.1e0dde27.mjs').then(interopDefault),
"node_modules/@nuxt/ui-templates/dist/templates/error-500.vue": () => import('./static/error-500-styles.cf4b3e80.mjs').then(interopDefault)
"node_modules/nuxt/dist/app/entry.js": () => import('./static/entry-styles.4c945cfa.mjs').then(interopDefault),
"node_modules/@nuxt/ui-templates/dist/templates/error-500.vue": () => import('./static/error-500-styles.cf4b3e80.mjs').then(interopDefault),
"node_modules/@nuxt/ui-templates/dist/templates/error-404.vue": () => import('./static/error-404-styles.1e0dde27.mjs').then(interopDefault)
};
export { styles as default };