feat: panel布局、单值图、line图等

This commit is contained in:
chenjinsong
2021-06-20 13:31:55 +08:00
parent dd94703db0
commit 5a02d866b8
25 changed files with 856 additions and 52 deletions

View File

@@ -25,7 +25,6 @@
height: 60px;
padding: 0 20px;
border-bottom: 1px solid $--right-box-border-color;
box-sizing: border-box;
.header__title {
font-size: 16px;
@@ -231,7 +230,6 @@
border: none;
border-radius: 4px;
outline: none;
box-sizing: border-box;
font-size: 14px;
cursor: pointer;
transition: background-color linear .2s, color linear .1s;
@@ -302,7 +300,6 @@
height: 100%;
transform: translateY(-50%);
justify-content: space-between;
box-sizing: border-box;
}
.form-item--end-with-btn { // 末尾留出btn宽度空间的form item