feat: 内容稿件列表、上传内容、通用Textovertips组件封装
This commit is contained in:
@ -1,6 +1,9 @@
|
||||
.arco-form {
|
||||
.arco-form-item {
|
||||
margin-bottom: 16px !important;
|
||||
margin-bottom: 0;
|
||||
&:not(:last-child) {
|
||||
margin-bottom: 16px !important;
|
||||
}
|
||||
.arco-form-item-label-col {
|
||||
padding-right: 12px !important;
|
||||
.arco-form-item-label {
|
||||
|
||||
@ -23,3 +23,23 @@ p {
|
||||
a {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
/* 滚动条样式 */
|
||||
::-webkit-scrollbar {
|
||||
width: 4px;
|
||||
height: 4px;
|
||||
}
|
||||
|
||||
::-webkit-scrollbar-track-piece {
|
||||
border-radius: 0;
|
||||
}
|
||||
|
||||
::-webkit-scrollbar-thumb {
|
||||
height: 10px;
|
||||
background-color: #C9CDD4;
|
||||
border-radius: 99px;
|
||||
outline-offset: -2px;
|
||||
}
|
||||
::-webkit-scrollbar-button {
|
||||
display: none;
|
||||
}
|
||||
|
||||
@ -74,3 +74,27 @@
|
||||
.arco-link {
|
||||
--color-primary-6: var(--arco-primary-6) !important;
|
||||
}
|
||||
|
||||
.common-filter-wrap {
|
||||
padding: 24px 24px 8px;
|
||||
.filter-row {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
flex-wrap: wrap;
|
||||
.filter-row-item {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
margin: 0 24px 16px 0;
|
||||
.label {
|
||||
margin-right: 8px;
|
||||
color: #211f24;
|
||||
font-family: $font-family-regular;
|
||||
font-size: 14px;
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
flex-shrink: 0;
|
||||
line-height: 22px;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user