demo:优化工具栏的位置
This commit is contained in:
parent
a9b04312d8
commit
4fc7eb084e
@ -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;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user