1
0
mirror of https://github.com/sahadev/vue-component-creater-ui.git synced 2025-09-28 07:13:21 +08:00
This commit is contained in:
shangbin
2021-09-06 17:57:43 +08:00
parent afb6a0c84f
commit 23ba2c6596
4 changed files with 46 additions and 29 deletions

View File

@@ -274,12 +274,13 @@ nav {
font-size: 32px;
font-weight: 700;
color: #4dba87;
transform: rotate(-90deg);
transform: rotate(-90deg) translateY(29px);
white-space: nowrap;
position: absolute;
bottom: 11px;
left: 0;
transform-origin: -2% 10%;
height: 80px;
line-height: 80px;
transform-origin: 0% 50%;
}
.subtitle {
@@ -290,7 +291,6 @@ nav {
.bottom-toolbar {
flex-grow: 1;
position: relative;
display: flex;
flex-direction: column-reverse;
padding: 20px 0;