Skip to content

Commit c8e9b80

Browse files
committed
[docs fix]样式问题
1 parent ffe21db commit c8e9b80

File tree

6 files changed

+8
-12
lines changed

6 files changed

+8
-12
lines changed

docs/.vuepress/styles/palette.scss

+3-4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
// colors
2-
$themeColor: #2980B9;
3-
$sidebarWidth: 20rem;
4-
$sidebarMobileWidth: 16rem;
1+
$theme-color: #2980B9;
2+
$sidebar-width: 20rem;
3+
$sidebar-mobile-width: 16rem;

docs/java/basis/bigdecimal.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: BigDecimal解决浮点数运算精度丢失问题
2+
title: BigDecimal 详解
33
category: Java
44
tag:
55
- Java基础

docs/java/basis/io.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: IO模型详解
2+
title: IO 模型详解
33
category: Java
44
tag:
55
- Java基础

docs/java/basis/proxy.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: 代理详解!静态代理+JDK/CGLIB 动态代理实战
2+
title: Java 代理模式详解
33
category: Java
44
tag:
55
- Java基础

docs/java/basis/reflection.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: 反射机制详解
2+
title: 反射机制详解
33
category: Java
44
tag:
55
- Java基础

docs/java/basis/why-there-only-value-passing-in-java.md

+1-4
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,10 @@
11
---
2+
title: 为什么 Java 中只有值传递?
23
category: Java
34
tag:
45
- Java基础
56
---
67

7-
8-
9-
# 为什么 Java 中只有值传递?
10-
118
开始之前,我们先来搞懂下面这两个概念:
129

1310
- 形参&实参

0 commit comments

Comments
 (0)