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 { .toolbarContainer {
.toolbar { .toolbar {
position: fixed; position: fixed;
left: 0; left: 50%;
top: 0; transform: translateX(-50%);
right: 0; top: 20px;
width: max-content;
max-width: 100%;
display: flex; display: flex;
padding: 0 20px;
padding-top: 20px;
font-size: 12px; font-size: 12px;
font-family: PingFangSC-Regular, PingFang SC; font-family: PingFangSC-Regular, PingFang SC;
font-weight: 400; font-weight: 400;