2023-11-3-1

This commit is contained in:
X1627315083
2023-11-03 11:16:42 +08:00
parent 769c06e6f9
commit 5b6844a9f0
26 changed files with 1512 additions and 517 deletions

View File

@@ -21,7 +21,7 @@ li {
margin: 0 auto;
}
.button_first {
width: 9.85rem;
width: 11.85rem;
text-align: center;
height: 4rem;
line-height: 4rem;
@@ -33,7 +33,7 @@ li {
border: 2px solid;
}
.button_second {
width: 9.85rem;
width: 11.85rem;
text-align: center;
height: 4rem;
line-height: 4rem;
@@ -104,6 +104,45 @@ li {
cursor: pointer;
zoom: 0.9;
}
.ant-select-allow-clear {
font-size: 1.2rem;
height: 3rem;
}
.ant-select-allow-clear .ant-select-selector {
height: 100%;
}
.ant-select-allow-clear .ant-select-selector .ant-select-selection-overflow {
height: 100%;
}
.ant-select-allow-clear .ant-select-selector .ant-select-selection-overflow .ant-select-selection-overflow-item {
height: 80%;
}
.ant-select-allow-clear .ant-select-selector .ant-select-selection-overflow .ant-select-selection-overflow-item .ant-select-selection-item {
align-items: center;
height: 100%;
margin: 0;
margin-right: 0.4rem;
}
.ant-select-allow-clear .ant-select-selector .ant-select-selection-overflow .ant-select-selection-overflow-item .ant-select-selection-item .ant-select-selection-item-content {
height: 100%;
line-height: 1.7;
}
.ant-select-allow-clear .ant-select-selector .ant-select-selection-overflow .ant-select-selection-overflow-item .ant-select-selection-item .ant-select-selection-item-remove {
height: 100%;
font-size: 1rem;
display: flex;
align-items: center;
}
.ant-select-allow-clear .ant-select-selector::after {
line-height: 1;
}
.ant-select-allow-clear.ant-select-focused:not(.ant-select-disabled).ant-select:not(.ant-select-customize-input) .ant-select-selector {
border-color: rgba(0, 0, 0, 0);
box-shadow: 0 0 0 2px rgba(24, 144, 255, 0);
}
.ant-select:not(.ant-select-disabled):hover .ant-select-selector {
border-color: rgba(0, 0, 0, 0);
}
.modal_component.ant-modal {
top: 0;
}
@@ -185,6 +224,29 @@ li {
.operate_file_block .select_img_type .category_list .category_item:hover {
background: linear-gradient(-137deg, #eeefdb, #e7dbed);
}
.habit :deep(.ant-btn:hover),
:deep(.ant-btn:focus),
:deep(.ant-btn:active),
:deep(.ant-btn::after) {
color: #000;
border-color: #000 !important;
box-shadow: none !important;
}
:deep(.ant-switch-checked) {
background-color: #000;
}
:deep(.ant-switch-checked) .ant-switch-handle {
left: calc(100% - 1.8rem - 0.2rem);
}
:deep(.ant-switch) {
min-width: 4.4rem;
height: 2.2rem;
line-height: 2.2rem;
}
:deep(.ant-switch) .ant-switch-handle {
width: 1.8rem;
height: 1.8rem;
}
.ant-message {
z-index: 1049 !important;
top: 6rem;

View File

@@ -21,7 +21,7 @@ ul,li{
margin: 0 auto;
}
.button_first{
width: 9.85rem;
width: 11.85rem;
text-align: center;
// background: #343579;
height: 4rem;
@@ -34,7 +34,7 @@ ul,li{
border: 2px solid;
}
.button_second{
width: 9.85rem;
width: 11.85rem;
text-align: center;
// background: #343579;
height: 4rem;
@@ -115,6 +115,47 @@ ul,li{
zoom: .9;
}
//Library多级菜单
.ant-select-allow-clear{
font-size: 1.2rem;
height: 3rem;
.ant-select-selector{
height: 100%;
.ant-select-selection-overflow{
height: 100%;
.ant-select-selection-overflow-item{
height: 80%;
.ant-select-selection-item{
align-items: center;
height: 100%;
margin: 0;
margin-right: .4rem;
.ant-select-selection-item-content{
height: 100%;
line-height: 1.7;
}
.ant-select-selection-item-remove{
height: 100%;
font-size: 1rem;
display: flex;
align-items: center;
}
}
}
}
}
.ant-select-selector::after{
line-height: 1;
}
&.ant-select-focused:not(.ant-select-disabled).ant-select:not(.ant-select-customize-input) .ant-select-selector{
border-color: rgba(0, 0, 0, 0);
box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.0);
}
}
.ant-select:not(.ant-select-disabled):hover .ant-select-selector{
border-color: rgba(0, 0, 0, 0);
}
//弹窗公共样式
.modal_component{
@@ -229,6 +270,31 @@ ul,li{
}
}
}
.habit :deep(.ant-btn:hover),
:deep(.ant-btn:focus),
:deep(.ant-btn:active),
:deep(.ant-btn::after) {
color: #000;
border-color: #000 !important;
box-shadow: none !important;
}
:deep(.ant-switch-checked) {
background-color: #000;
.ant-switch-handle{
left: calc(100% - 1.8rem - .2rem);
}
}
:deep(.ant-switch){
min-width: 4.4rem;
height: 2.2rem;
line-height: 2.2rem;
.ant-switch-handle{
width: 1.8rem;
height: 1.8rem;
}
}
.ant-message{
z-index: 1049 !important;
top: 6rem;