本網站在啟用 JavaScript 的情況下可以運作的更好。
首頁
探索
說明
登入
zhanghuiqing
/
official_revision
關注
1
收藏
0
複製
0
程式碼
問題
0
合併請求
0
版本發佈
0
Wiki
活動
瀏覽代碼
修改圆边样式
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 -->
Write
Preview
Loading…
取消
儲存