卖家端多语言
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user