Il sito funziona meglio con JavaScript.
Home
Esplora
Aiuto
Accedi
zhanghuiqing
/
official_revision
Segui
1
Vota
0
Forka
0
Codice
Problemi
0
Pull Requests
0
Rilasci
0
Wiki
Attività
Sfoglia il codice sorgente
修改圆边样式
dev
X
4 anni fa
parent
553b023545
commit
8a7fe9a65c
3 ha cambiato i file
con
3 aggiunte
e
9 eliminazioni
Visualizzazione separata
Opzioni Diff
Mostra statistiche
Scarica il file Patch
Scarica il file Diff
+1
-1
src/assets/sass/_box.scss
+1
-7
src/assets/sass/_report-box.scss
+1
-1
src/layouts/SideMenu.vue
+ 1
- 1
src/assets/sass/_box.scss
Vedi File
@@ -1,6 +1,6 @@
.box {
box-shadow: 0px 3px 20px #0000000b;
@apply bg-white rounded-
md relative
;
@apply bg-white rounded-
3xl relative overflow-hidden
;
}
.dark {
+ 1
- 7
src/assets/sass/_report-box.scss
Vedi File
@@ -1,12 +1,6 @@
.report-box {
@apply relative;
&:before {
content: "";
width: 85%;
background: #F9FAFC;
box-shadow: 0px 3px 20px #0000000b;
@apply h-full mt-3 absolute rounded-md mx-auto inset-x-0;
}
.report-box__icon {
width: 28px;
height: 28px;
+ 1
- 1
src/layouts/SideMenu.vue
Vedi File
@@ -17,7 +17,7 @@
src="@/assets/images/logo.svg"
/>
<span class="hidden xl:block text-white text-lg ml-3">
Mid<span class="font-medium">one
</span>
ZhiOS<span class="font-medium">智莺
</span>
</span>
</router-link>
<!-- END: Logo -->
Scrivi
Anteprima
Caricamento…
Annulla
Salva