From 90b1d8df185e05313f4f48f8c85e86d42fbb2d10 Mon Sep 17 00:00:00 2001 From: YuanHongbo <782242184@qq.com> Date: Sun, 21 Apr 2024 18:57:43 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E8=A7=A3=E5=86=B3=E5=86=B2=E7=AA=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/material/src/centerLink/index.less | 32 +++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 packages/material/src/centerLink/index.less diff --git a/packages/material/src/centerLink/index.less b/packages/material/src/centerLink/index.less new file mode 100644 index 0000000..173ac99 --- /dev/null +++ b/packages/material/src/centerLink/index.less @@ -0,0 +1,32 @@ +.center-link { + width: 100%; + height: 100%; + padding: 30px; + box-sizing: border-box; + background-color: #E5EAEC; + overflow: hidden; +} + +.web-terminal { + width: 100%; + height: 100%; + // padding: 30px; + // box-sizing: border-box; + // background-color: #E5EAEC; + // overflow: hidden; +} + +.terminal-form { + width: 100%; + margin-bottom: 30px; + + h1 { + font-family: "SourceHanSansCN, SourceHanSansCN"; + font-weight: bold; + font-size: 16px; + text-align: left; + line-height: 24px; + margin-bottom: 20px; + color: rgba(0, 0, 0, 80%); + } +} \ No newline at end of file