demo:优化工具栏的位置

This commit is contained in:
wanglin2 2023-04-01 08:26:53 +08:00
parent a9b04312d8
commit 4fc7eb084e

View File

@ -449,12 +449,12 @@ export default {
.toolbarContainer {
.toolbar {
position: fixed;
left: 0;
top: 0;
right: 0;
left: 50%;
transform: translateX(-50%);
top: 20px;
width: max-content;
max-width: 100%;
display: flex;
padding: 0 20px;
padding-top: 20px;
font-size: 12px;
font-family: PingFangSC-Regular, PingFang SC;
font-weight: 400;