This website works better with JavaScript.
Home
Explore
Help
Sign In
zhanghuiqing
/
official_revision
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
修改圆边样式
dev
X
4 years ago
parent
553b023545
commit
8a7fe9a65c
3 changed files
with
3 additions
and
9 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
View 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
View 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
View 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 -->
Write
Preview
Loading…
Cancel
Save