修改发布球局
This commit is contained in:
@@ -1,5 +1,15 @@
|
||||
@use '~@/scss/themeColor.scss' as theme;
|
||||
|
||||
.publish-ball-container{
|
||||
position: relative;
|
||||
&.publish-ball-container-keyboard{
|
||||
position: absolute;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
z-index: 9999;
|
||||
}
|
||||
}
|
||||
.publish-ball {
|
||||
padding-top: 0;
|
||||
min-height: 100vh;
|
||||
@@ -167,12 +177,8 @@
|
||||
|
||||
// 提交区域
|
||||
.submit-section {
|
||||
position: fixed;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
padding: 16px;
|
||||
|
||||
padding: 16px;
|
||||
.submit-btn {
|
||||
width: 100%;
|
||||
color: white;
|
||||
@@ -260,5 +266,10 @@
|
||||
}
|
||||
|
||||
.publish-ball-navbar{
|
||||
position: fixed !important;
|
||||
top: 0 !important;
|
||||
left: 0 !important;
|
||||
z-index: 9999 !important;
|
||||
width: 100% !important;
|
||||
box-shadow: none!important;
|
||||
}
|
||||
Reference in New Issue
Block a user