|
@@ -255,15 +255,15 @@ defineExpose({
|
|
|
.group_list {
|
|
|
border-radius: 4px;
|
|
|
margin-bottom: 16px;
|
|
|
- box-shadow: 0px 0px 3px 1px rgb(238, 238, 238);
|
|
|
+ box-shadow: var(--el-box-shadow-lighter);
|
|
|
background-color: var(--el-bg-color);
|
|
|
- font-family: PingFangSC-Regular;
|
|
|
+ //font-family: PingFangSC-Regular;
|
|
|
.group_header {
|
|
|
height: 54px;
|
|
|
padding: 0px 16px 0px 12px;
|
|
|
font-size: 16px;
|
|
|
line-height: 24px;
|
|
|
- background-color: rgba(244, 245, 246, 0.5);
|
|
|
+ background-color: var(--el-fill-color-light);
|
|
|
&_title {
|
|
|
position: relative;
|
|
|
font-family: PingFangSC-Medium;
|