上传图标圆角问题
This commit is contained in:
@@ -138,7 +138,7 @@ const client_manifest = {
|
||||
"prefetch": true,
|
||||
"preload": true,
|
||||
"css": [],
|
||||
"file": "error-404.73d85fd0.js",
|
||||
"file": "error-404.60e2e73c.js",
|
||||
"imports": [
|
||||
"node_modules/nuxt/dist/app/entry.js"
|
||||
],
|
||||
@@ -164,7 +164,7 @@ const client_manifest = {
|
||||
"prefetch": true,
|
||||
"preload": true,
|
||||
"css": [],
|
||||
"file": "error-500.bf1f9cb8.js",
|
||||
"file": "error-500.6161d726.js",
|
||||
"imports": [
|
||||
"node_modules/nuxt/dist/app/entry.js"
|
||||
],
|
||||
@@ -216,7 +216,7 @@ const client_manifest = {
|
||||
"node_modules/@nuxt/ui-templates/dist/templates/error-404.vue",
|
||||
"node_modules/@nuxt/ui-templates/dist/templates/error-500.vue"
|
||||
],
|
||||
"file": "entry.659eb357.js",
|
||||
"file": "entry.2f3c66ab.js",
|
||||
"isEntry": true,
|
||||
"src": "node_modules/nuxt/dist/app/entry.js",
|
||||
"_globalCSS": true
|
||||
|
@@ -1171,7 +1171,7 @@ const _sfc_main$3 = {
|
||||
ssrRenderList(emojiData, (item) => {
|
||||
_push(`<div class="emoji-icon">${ssrInterpolate(item)}</div>`);
|
||||
});
|
||||
_push(`<!--]--></div></div><div class="item flexacenter"><input class="file" type="file" accept=".png, .jpg, .jpeg"><img class="icon"${ssrRenderAttr("src", _imports_2$1)} alt=""><span class="file-hint">最多可上传1张图片,支持在输入框中直接粘贴图片。</span></div></div><div class="btn">发送</div></div></div><div class="comments-box"><!--[-->`);
|
||||
_push(`<!--]--></div></div><div class="item flexacenter"><input class="file" type="file" accept=".png, .jpg, .jpeg"><img class="icon" style="${ssrRenderStyle({ "border-radius": "0" })}"${ssrRenderAttr("src", _imports_2$1)} alt=""><span class="file-hint">最多可上传1张图片,支持在输入框中直接粘贴图片。</span></div></div><div class="btn">发送</div></div></div><div class="comments-box"><!--[-->`);
|
||||
ssrRenderList(unref(commentList), (item, index) => {
|
||||
var _a, _b, _c, _d;
|
||||
_push(`<div class="comments-item"><div class="comments-header flexacenter"><div class="comments-header-left flexacenter"><img class="comments-avatar"${ssrRenderAttr("src", item["avatar"])}><div class="comments-username">${ssrInterpolate(item["nickname"] || "匿名用户")}</div><div class="comments-time">${ssrInterpolate(unref(handleDate)(item["timestamp"]))}</div>`);
|
||||
@@ -1208,7 +1208,7 @@ const _sfc_main$3 = {
|
||||
ssrRenderList(emojiData, (item2) => {
|
||||
_push(`<div class="emoji-icon">${ssrInterpolate(item2)}</div>`);
|
||||
});
|
||||
_push(`<!--]--></div></div><div class="item flexacenter"><input class="file" type="file" accept=".png, .jpg, .jpeg"><img class="icon"${ssrRenderAttr("src", _imports_2$1)} alt=""><span class="file-hint">最多可上传1张图片,支持在输入框中直接粘贴图片。</span></div></div><div class="btn">发送</div></div></div>`);
|
||||
_push(`<!--]--></div></div><div class="item flexacenter"><input class="file" type="file" accept=".png, .jpg, .jpeg"><img class="icon" style="${ssrRenderStyle({ "border-radius": "0" })}"${ssrRenderAttr("src", _imports_2$1)} alt=""><span class="file-hint">最多可上传1张图片,支持在输入框中直接粘贴图片。</span></div></div><div class="btn">发送</div></div></div>`);
|
||||
} else {
|
||||
_push(`<!---->`);
|
||||
}
|
||||
@@ -1257,7 +1257,7 @@ const _sfc_main$3 = {
|
||||
ssrRenderList(emojiData, (item2) => {
|
||||
_push(`<div class="emoji-icon">${ssrInterpolate(item2)}</div>`);
|
||||
});
|
||||
_push(`<!--]--></div></div><div class="item flexacenter"><input class="file" type="file" accept=".png, .jpg, .jpeg"><img class="icon"${ssrRenderAttr("src", _imports_2$1)} alt=""><span class="file-hint">最多可上传1张图片,支持在输入框中直接粘贴图片。</span></div></div><div class="btn">发送</div></div></div>`);
|
||||
_push(`<!--]--></div></div><div class="item flexacenter"><input class="file" type="file" accept=".png, .jpg, .jpeg"><img class="icon" style="${ssrRenderStyle({ "border-radius": "0" })}"${ssrRenderAttr("src", _imports_2$1)} alt=""><span class="file-hint">最多可上传1张图片,支持在输入框中直接粘贴图片。</span></div></div><div class="btn">发送</div></div></div>`);
|
||||
} else {
|
||||
_push(`<!---->`);
|
||||
}
|
||||
|
Reference in New Issue
Block a user