卖家端多语言

This commit is contained in:
李志鹏
2026-05-04 11:18:56 +08:00
parent 596bc75b83
commit b3d9bce440
10 changed files with 262 additions and 93 deletions

View File

@@ -167,8 +167,7 @@ li {
padding: 0.6rem 0.5rem;
}
.ant-modal-mask {
background-color: #666666;
opacity: 0.5;
background-color: rgba(102, 102, 102, 0.5);
}
.select_block {
height: 4rem;
@@ -1251,8 +1250,8 @@ tr > .ant-picker-cell-in-view.ant-picker-cell-range-hover-start:last-child::afte
border-color: #000 !important;
}
.ant-spin .ant-spin-dot {
width: 1.5em;
height: 1.5em;
width: 4.5rem;
height: 4.5rem;
}
.ant-spin-dot-item {
background-color: #000000 !important;

View File

@@ -172,8 +172,9 @@ input:focus{
}
}
.ant-modal-mask{
background-color: #666666;
opacity: .5;
background-color: rgba(102,102,102,0.5);
// background-color: #666666;
// opacity: .5;
}
.select_block{
height: 4rem;