|
|
@ -25,7 +25,7 @@ defineProps({ |
|
|
|
<section |
|
|
|
<section |
|
|
|
v-show="loading" |
|
|
|
v-show="loading" |
|
|
|
class="full-loading" |
|
|
|
class="full-loading" |
|
|
|
:class="{ absolute, [theme]: !!theme }" |
|
|
|
:class="{ absolute, [`${theme}`]: !!theme }" |
|
|
|
:style="[background ? `background-color: ${background}` : '']" |
|
|
|
:style="[background ? `background-color: ${background}` : '']" |
|
|
|
> |
|
|
|
> |
|
|
|
<Spin v-bind="$attrs" :tip="tip" :size="size" :spinning="loading" /> |
|
|
|
<Spin v-bind="$attrs" :tip="tip" :size="size" :spinning="loading" /> |
|
|
|