mirror of
https://gitee.com/dromara/go-view.git
synced 2026-04-23 00:00:12 +08:00
fix🐛: 解决切换语言不会监听的问题
This commit is contained in:
@@ -207,7 +207,7 @@ $contentHeight: 200px;
|
||||
margin-bottom: 5px;
|
||||
cursor: pointer;
|
||||
border-radius: $--border-radius-base;
|
||||
@include background-point('background-point');
|
||||
@include background-image('background-point');
|
||||
@extend .go-point-bg;
|
||||
&-top {
|
||||
position: absolute;
|
||||
|
||||
@@ -132,7 +132,7 @@ $contentWidth: calc(82vw);
|
||||
margin-top: 20px;
|
||||
border-radius: $--border-radius-base;
|
||||
overflow: hidden;
|
||||
@include background-point('background-point');
|
||||
@include background-image('background-point');
|
||||
@extend .go-point-bg;
|
||||
&-top {
|
||||
position: absolute;
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
{{ $t('project.create_btn') }}
|
||||
</span>
|
||||
</n-tooltip>
|
||||
<n-button v-else ghost type="primary" size="large">
|
||||
<n-button v-else ghost type="primary">
|
||||
<template #icon>
|
||||
<n-icon>
|
||||
<DuplicateOutlineIcon v-show="designStore.getDarkTheme" />
|
||||
|
||||
Reference in New Issue
Block a user