|
@@ -248,10 +248,10 @@ function toCategories() {
|
|
|
opacity: 0.9;
|
|
|
border-radius: 6px!important;
|
|
|
inset: unset!important;
|
|
|
- left: 50%!important;
|
|
|
+ // left: 50%!important;
|
|
|
top:58px!important;
|
|
|
- transition: all 0.3s ease-in-out;
|
|
|
- transform: translateX(-50%);
|
|
|
+ // transition: all 0.3s ease-in-out;
|
|
|
+ // transform: translateX(-50%);
|
|
|
backdrop-filter: blur(5px)!important;
|
|
|
box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1)!important;
|
|
|
.el-popper__arrow {
|