43 lines
726 B
SCSS
43 lines
726 B
SCSS
@import '@/style/main.scss';
|
|
|
|
.el-button {
|
|
font-weight: 400;
|
|
border-radius: 2px;
|
|
}
|
|
|
|
::-webkit-scrollbar {
|
|
@apply hidden;
|
|
}
|
|
|
|
|
|
.gva-search-box {
|
|
@apply p-6 pb-0.5 bg-white rounded mb-3;
|
|
}
|
|
|
|
.gva-form-box {
|
|
@apply p-6 bg-white rounded;
|
|
}
|
|
|
|
.gva-pagination {
|
|
@apply flex justify-end;
|
|
.el-pagination__editor {
|
|
.el-input__inner {
|
|
@apply h-8;
|
|
}
|
|
}
|
|
|
|
.is-active {
|
|
@apply rounded text-white;
|
|
background: var(--el-color-primary);
|
|
color: #ffffff !important;
|
|
}
|
|
}
|
|
|
|
|
|
.el-drawer__header{
|
|
margin-bottom: 0 !important;
|
|
padding-top: 16px !important;
|
|
padding-bottom: 16px !important;
|
|
@apply border-0 border-b border-solid border-gray-200;
|
|
}
|