Skip to content

Commit

Permalink
删除无用样式
Browse files Browse the repository at this point in the history
  • Loading branch information
Hex committed Apr 11, 2022
1 parent 523114c commit af4fba3
Showing 1 changed file with 0 additions and 39 deletions.
39 changes: 0 additions & 39 deletions packages/theme/src/core.scss
Original file line number Diff line number Diff line change
Expand Up @@ -9,45 +9,6 @@ html, body {
font-family: -apple-system, BlinkMacSystemFont, Helvetica Neue, Helvetica, Arial, PingFang SC, Hiragino Sans GB, WenQuanYi Micro Hei, Microsoft Yahei, sans-serif !important;
}

.cb-box {
.box-header {
.form-inline {
line-height: 40px;

.form-group {
margin-right: 10px;
}

select {
min-width: 100px;
}

& > .btn {
vertical-align: baseline;
}
}
}
}

.cb-table {
tr {
td {
&[colspan] {
text-align: center;
}
}
}

th {
white-space: nowrap;
}

& > tbody > tr > td,
& > thead > tr > th {
vertical-align: middle;
}
}

.cb-label {
padding-top: 0.3em;
font-weight: normal;
Expand Down

0 comments on commit af4fba3

Please sign in to comment.