fix: 解决冲突
This commit is contained in:
parent
89fbf3e416
commit
90b1d8df18
32
packages/material/src/centerLink/index.less
Normal file
32
packages/material/src/centerLink/index.less
Normal file
@ -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%);
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user