mirror of
https://github.com/BTMuli/TeyvatGuide.git
synced 2025-12-13 09:28:14 +08:00
fix(build):修复打包报错
This commit is contained in:
@@ -55,7 +55,7 @@
|
||||
<v-btn variant="flat" disabled>
|
||||
<template v-slot:append>
|
||||
<img
|
||||
src="src/source/material/原石.png"
|
||||
src="../source/material/原石.png"
|
||||
alt="原石"
|
||||
class="icon"
|
||||
style="width: 32px"
|
||||
@@ -232,7 +232,7 @@ async function exportJson() {
|
||||
</script>
|
||||
|
||||
<style lang="css">
|
||||
/*内容区域*/
|
||||
/*内容区域 todo @media*/
|
||||
.wrap-view {
|
||||
overflow: auto;
|
||||
height: 840px;
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
<v-tab value="activity">活动</v-tab>
|
||||
<v-tab value="news">咨讯</v-tab>
|
||||
</v-tabs>
|
||||
<v-window v-model="tab" style="height: 800px;overflow: auto">
|
||||
<v-window v-model="tab" class="stick-window">
|
||||
<v-window-item value="notice">
|
||||
<div class="cards-grid">
|
||||
<v-card
|
||||
@@ -250,6 +250,12 @@ async function getPost(post_id: string): Promise<ResponsePost> {
|
||||
</script>
|
||||
|
||||
<style lang="css">
|
||||
/* todo @media */
|
||||
.stick-window {
|
||||
height: 800px;
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
.cards-grid {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
|
||||
|
||||
Reference in New Issue
Block a user