jsy-app/static/scss/app.css
2024-09-18 10:30:10 +08:00

21 lines
664 B
CSS

/* 徽标数 */
.u-badge{border-radius: 5px !important;}
.u-badge--not-dot {padding: 4px !important;}
.u-badge--success{ background-color: #39ac4f !important;}
/* tabs标签 */
.u-tabs__wrapper__nav__line{background-color: #39ac4f !important;}
/* 按钮 */
.u-button{width: fit-content !important;}
.u-button--square{border-radius: 5px !important;}
.u-button--small{height: 25px !important;}
.u-button--success[data-v-5ce41ee6] {
background-color: #39ac4f !important;
border-color: #39ac4f !important;
}
/* 列表 */
.u-collapse-item{
&>.u-line{border-bottom: none !important;}
}
/* fixed */
.fixed{display: flex;align-items: center;flex-direction: row;}