0000
This commit is contained in:
@@ -70,7 +70,7 @@ body {
|
||||
padding: 0px 15px;
|
||||
height: 40px;
|
||||
margin-left: 5px;
|
||||
border-radius: 4px;
|
||||
border-radius: 1px;
|
||||
color: var(--color-neutral-10);
|
||||
fill: var(--color-neutral-10);
|
||||
|
||||
@@ -118,14 +118,14 @@ body {
|
||||
.backend-setting .arco-drawer-body::-webkit-scrollbar-thumb,
|
||||
.arco-list::-webkit-scrollbar-thumb,
|
||||
.customer-scrollbar::-webkit-scrollbar-thumb {
|
||||
border-radius: 10px;
|
||||
border-radius: 2px;
|
||||
background: var(--color-text-4);
|
||||
}
|
||||
.ma-menu .arco-menu-inner::-webkit-scrollbar-thumb:hover,
|
||||
.backend-setting .arco-drawer-body::-webkit-scrollbar-thumb:hover,
|
||||
.arco-list::-webkit-scrollbar-thumb:hover,
|
||||
.customer-scrollbar::-webkit-scrollbar-thumb:hover {
|
||||
border-radius: 10px;
|
||||
border-radius: 2px;
|
||||
background: var(--color-text-3);
|
||||
}
|
||||
.ma-menu .arco-menu-inner::-webkit-scrollbar-track,
|
||||
@@ -158,7 +158,7 @@ body {
|
||||
height: 27px;
|
||||
line-height: 27px;
|
||||
padding: 0 8px;
|
||||
border-radius: 4px;
|
||||
border-radius: 2px;
|
||||
cursor: pointer;
|
||||
transition: all 0.2s;
|
||||
margin-right: 4px;
|
||||
@@ -171,7 +171,7 @@ body {
|
||||
.tag-icon:hover {
|
||||
color: rgb(var(--primary-4));
|
||||
background-color: var(--color-bg-2);
|
||||
border-radius: 4px;
|
||||
border-radius: 2px;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -203,7 +203,7 @@ body {
|
||||
z-index: 999;
|
||||
width: 170px;
|
||||
background-color: var(--color-bg-5);
|
||||
border-radius: 4px;
|
||||
border-radius: 2px;
|
||||
|
||||
.arco-divider-horizontal {
|
||||
margin: 5px 0;
|
||||
@@ -237,7 +237,7 @@ body {
|
||||
|
||||
.ma-content-block {
|
||||
background-color: var(--color-bg-2);
|
||||
border-radius: 2px;
|
||||
border-radius: 1px;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user