이 웹사이트는 자바스크립트 활성화가 필요합니다.
홈
탐색
도움말
로그인
zhanghuiqing
/
official_revision
보기
1
좋아요
0
포크
0
코드
이슈
0
풀 리퀘스트
0
릴리즈
0
위키
활동
소스 검색
修改圆边样式
dev
X
4 년 전
부모
553b023545
커밋
8a7fe9a65c
3개의 변경된 파일
과
3개의 추가작업
그리고
9개의 파일을 삭제
분할 보기
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
파일 보기
@@ -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
파일 보기
@@ -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
파일 보기
@@ -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 -->
쓰기
미리보기
불러오는 중...
취소
저장