This commit is contained in:
jxxghp
2023-09-13 19:25:46 +08:00
parent 3df8bdfbf2
commit c222594bea
10 changed files with 16 additions and 16 deletions
+1 -1
View File
@@ -85,7 +85,7 @@ export default defineComponent({
<style scoped> <style scoped>
* { * {
backface-visibility: hidden; backface-visibility: hidden;
perspective: 1000px; perspective: 62.5rem;
transform: translateZ(0); transform: translateZ(0);
will-change: block-size; will-change: block-size;
} }
+1 -1
View File
@@ -53,7 +53,7 @@ async function installPlugin() {
:style="{ background: `${props.plugin?.plugin_color}` }" :style="{ background: `${props.plugin?.plugin_color}` }"
> >
<VAvatar <VAvatar
size="128" size="8rem"
:class="{ shadow: isImageLoaded }" :class="{ shadow: isImageLoaded }"
> >
<VImg <VImg
+3 -3
View File
@@ -212,7 +212,7 @@ const dropdownItems = ref([
</IconBtn> </IconBtn>
</div> </div>
<VAvatar <VAvatar
size="128" size="8rem"
:class="{ shadow: isImageLoaded }" :class="{ shadow: isImageLoaded }"
> >
<VImg <VImg
@@ -236,7 +236,7 @@ const dropdownItems = ref([
<!-- 插件配置页面 --> <!-- 插件配置页面 -->
<VDialog <VDialog
v-model="pluginConfigDialog" v-model="pluginConfigDialog"
max-width="800" max-width="50rem"
scrollable scrollable
persistent persistent
> >
@@ -265,7 +265,7 @@ const dropdownItems = ref([
<!-- 插件详情页面 --> <!-- 插件详情页面 -->
<VDialog <VDialog
v-model="pluginInfoDialog" v-model="pluginInfoDialog"
max-width="1000" max-width="62.5rem"
scrollable scrollable
persistent persistent
> >
+2 -2
View File
@@ -428,7 +428,7 @@ onMounted(() => {
<!-- 站点编辑弹窗 --> <!-- 站点编辑弹窗 -->
<VDialog <VDialog
v-model="siteInfoDialog" v-model="siteInfoDialog"
max-width="1000" max-width="50rem"
persistent persistent
scrollable scrollable
> >
@@ -559,7 +559,7 @@ onMounted(() => {
<!-- 站点资源弹窗 --> <!-- 站点资源弹窗 -->
<VDialog <VDialog
v-model="resourceDialog" v-model="resourceDialog"
max-width="1280" max-width="80rem"
scrollable scrollable
> >
<!-- Dialog Content --> <!-- Dialog Content -->
+1 -1
View File
@@ -325,7 +325,7 @@ const dropdownItems = ref([
<!-- 订阅编辑弹窗 --> <!-- 订阅编辑弹窗 -->
<VDialog <VDialog
v-model="subscribeInfoDialog" v-model="subscribeInfoDialog"
max-width="1000" max-width="50rem"
persistent persistent
scrollable scrollable
> >
+4 -4
View File
@@ -613,7 +613,7 @@ onMounted(() => {
<!-- 文件整理弹窗 --> <!-- 文件整理弹窗 -->
<VDialog <VDialog
v-model="transferPopper" v-model="transferPopper"
max-width="800" max-width="50rem"
scrollable scrollable
> >
<template #activator="{ props }"> <template #activator="{ props }">
@@ -744,7 +744,7 @@ onMounted(() => {
<vDialog <vDialog
v-model="progressDialog" v-model="progressDialog"
:scrim="false" :scrim="false"
width="400" width="25rem"
> >
<vCard <vCard
color="primary" color="primary"
@@ -763,7 +763,7 @@ onMounted(() => {
<!-- 识别结果对话框 --> <!-- 识别结果对话框 -->
<vDialog <vDialog
v-model="nameTestDialog" v-model="nameTestDialog"
width="800" width="50rem"
> >
<vCard> <vCard>
<DialogCloseBtn @click="nameTestDialog = false" /> <DialogCloseBtn @click="nameTestDialog = false" />
@@ -775,7 +775,7 @@ onMounted(() => {
<!-- TMDB ID搜索框 --> <!-- TMDB ID搜索框 -->
<vDialog <vDialog
v-model="tmdbSelectorDialog" v-model="tmdbSelectorDialog"
width="600" width="40rem"
scrollable scrollable
> >
<TmdbSelectorCard <TmdbSelectorCard
+1 -1
View File
@@ -172,7 +172,7 @@ const avatar = store.state.auth.avatar
<!-- 重启进度框 --> <!-- 重启进度框 -->
<vDialog <vDialog
v-model="progressDialog" v-model="progressDialog"
width="400" width="25rem"
> >
<vCard <vCard
color="primary" color="primary"
+1 -1
View File
@@ -446,7 +446,7 @@ const dropdownItems = ref([
<vDialog <vDialog
v-model="progressDialog" v-model="progressDialog"
:scrim="false" :scrim="false"
width="400" width="25rem"
> >
<vCard <vCard
color="primary" color="primary"
+1 -1
View File
@@ -408,7 +408,7 @@ onMounted(() => {
<!-- 站点编辑弹窗 --> <!-- 站点编辑弹窗 -->
<VDialog <VDialog
v-model="addUserDialog" v-model="addUserDialog"
max-width="800" max-width="50rem"
persistent persistent
> >
<!-- Dialog Content --> <!-- Dialog Content -->
+1 -1
View File
@@ -135,7 +135,7 @@ onBeforeMount(fetchData)
<!-- Dialog Content --> <!-- Dialog Content -->
<VDialog <VDialog
v-model="siteAddDialog" v-model="siteAddDialog"
max-width="800" max-width="50rem"
persistent persistent
scrollable scrollable
> >