|
@@ -4,7 +4,7 @@
|
|
v-if="spinning"
|
|
v-if="spinning"
|
|
size="large"
|
|
size="large"
|
|
:spinning="spinning"
|
|
:spinning="spinning"
|
|
- :delay="32"
|
|
|
|
|
|
+ :delay="1000"
|
|
class="global-mask fade-in"
|
|
class="global-mask fade-in"
|
|
/>
|
|
/>
|
|
</template>
|
|
</template>
|
|
@@ -57,7 +57,8 @@ export default defineComponent({
|
|
|
|
|
|
<style>
|
|
<style>
|
|
#app {
|
|
#app {
|
|
- font-family: Avenir, Helvetica, Arial, sans-serif;
|
|
|
|
|
|
+ font-family: "PingFang SC", tahoma, arial, "Hiragino Sans GB", "宋体",
|
|
|
|
+ sans-serif;
|
|
-webkit-font-smoothing: antialiased;
|
|
-webkit-font-smoothing: antialiased;
|
|
-moz-osx-font-smoothing: grayscale;
|
|
-moz-osx-font-smoothing: grayscale;
|
|
background-color: var(--app-main-bg-color);
|
|
background-color: var(--app-main-bg-color);
|
|
@@ -77,7 +78,7 @@ export default defineComponent({
|
|
display: flex;
|
|
display: flex;
|
|
place-content: center;
|
|
place-content: center;
|
|
align-items: center;
|
|
align-items: center;
|
|
- background-color: rgba(0, 0, 0, 0.5);
|
|
|
|
|
|
+ background-color: rgba(0, 0, 0, 0.7);
|
|
z-index: 6000;
|
|
z-index: 6000;
|
|
}
|
|
}
|
|
.fade-in {
|
|
.fade-in {
|