优化页面固定操作

This commit is contained in:
2023-05-22 00:47:01 +08:00
parent 2e99c9d5f9
commit bf3395e36e
5 changed files with 20 additions and 4 deletions

View File

@@ -1165,9 +1165,15 @@
height: calc(30px + 6px);
display: inline-block;
border-radius: 100%;
background-color: #fff;
}
.ul-element-fixed-option .item .title {
margin-top: 6px;
background-color: #fff;
color: #666;
padding: 3px;
border-radius: 3px;
font-size: 12px;
}
.ul-loading-pos {

File diff suppressed because one or more lines are too long