“f1db457ce6e2f63cb01022f58c0c023838958bd1”上不存在“include/uapi/linux/blktrace_api.h”

Sat Jul 1 15:51:00 UTC 2023 inscode

上级 28bba002
...@@ -19,6 +19,8 @@ ...@@ -19,6 +19,8 @@
--vt-c-text-light-2: rgba(60, 60, 60, 0.66); --vt-c-text-light-2: rgba(60, 60, 60, 0.66);
--vt-c-text-dark-1: var(--vt-c-white); --vt-c-text-dark-1: var(--vt-c-white);
--vt-c-text-dark-2: rgba(235, 235, 235, 0.64); --vt-c-text-dark-2: rgba(235, 235, 235, 0.64);
} }
/* semantic color variables for this project */ /* semantic color variables for this project */
......
...@@ -5,6 +5,12 @@ ...@@ -5,6 +5,12 @@
padding: 0; padding: 0;
} }
html,
body,
#app {
height: 100%;
}
#app { #app {
margin: 0 auto; margin: 0 auto;
...@@ -38,7 +44,7 @@ input { ...@@ -38,7 +44,7 @@ input {
} }
.border-top { .border-top {
border-top: 1px solid #ccc; border-top: 1px solid var(--color-border);
} }
.content-lattice { .content-lattice {
...@@ -65,7 +71,7 @@ input { ...@@ -65,7 +71,7 @@ input {
text-align: center; text-align: center;
height: 1px; height: 1px;
width: 100%; width: 100%;
background: #999; background: var(--color-border);
position: absolute; position: absolute;
top: calc(50% - 1px); top: calc(50% - 1px);
left: 0; left: 0;
...@@ -76,7 +82,7 @@ input { ...@@ -76,7 +82,7 @@ input {
content: ''; content: '';
width: 1px; width: 1px;
height: 100%; height: 100%;
background: #999; background: var(--color-border);
position: absolute; position: absolute;
left: calc(50% - 1px); left: calc(50% - 1px);
top: 0; top: 0;
...@@ -90,7 +96,7 @@ input { ...@@ -90,7 +96,7 @@ input {
height: 90%; height: 90%;
top: calc((20px - 20px * 0.9) * 0.5); top: calc((20px - 20px * 0.9) * 0.5);
left: calc((20px - 20px * 0.9) * 0.5); left: calc((20px - 20px * 0.9) * 0.5);
border: 1px solid #999; border: 1px solid var(--color-border);
} }
/* 竖线隐藏 */ /* 竖线隐藏 */
...@@ -102,16 +108,17 @@ input { ...@@ -102,16 +108,17 @@ input {
.isWhite::after { .isWhite::after {
background-color: white; background-color: white;
border: 1px solid var(--color-border);
} }
.isBlack::after { .isBlack::after {
background-color: black; background-color: black;
border: 1px solid black; border: 1px solid var(--color-border);
} }
.isWin::after { .isWin::after {
background-color: red; background-color: red;
border: 1px solid red; border: 1px solid var(--color-border);
} }
.space-nowrap { .space-nowrap {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册