修改样式
This commit is contained in:
parent
956e4c0a4c
commit
9bd4988f07
|
@ -400,7 +400,7 @@ const handleSubmit = () => {
|
|||
width: 100%;
|
||||
height: 76px;
|
||||
position: absolute;
|
||||
bottom: 0;
|
||||
top: calc(100% - 76px);
|
||||
background: #ffffff;
|
||||
box-shadow: 1px 2px 10px 0 #93939333;
|
||||
text-align: center;
|
||||
|
|
|
@ -395,7 +395,7 @@ const handleSubmit = () => {
|
|||
width: 100%;
|
||||
height: 76px;
|
||||
position: absolute;
|
||||
bottom: 0;
|
||||
top: calc(100% - 76px);
|
||||
background: #ffffff;
|
||||
box-shadow: 1px 2px 10px 0 #93939333;
|
||||
text-align: center;
|
||||
|
|
|
@ -381,7 +381,7 @@ const handleSubmit = () => {
|
|||
width: 100%;
|
||||
height: 76px;
|
||||
position: absolute;
|
||||
bottom: 0;
|
||||
top: calc(100% - 76px);
|
||||
background: #ffffff;
|
||||
box-shadow: 1px 2px 10px 0 #93939333;
|
||||
text-align: center;
|
||||
|
|
|
@ -199,7 +199,7 @@ const handleSubmit = () => {
|
|||
<style lang='scss'>
|
||||
.rootContainer {
|
||||
width: 100%;
|
||||
height: calc(100vh - 300px);
|
||||
height: calc(100vh - 320px);
|
||||
overflow-y: auto;
|
||||
overflow-x: hidden;
|
||||
}
|
||||
|
@ -237,10 +237,11 @@ const handleSubmit = () => {
|
|||
width: 100%;
|
||||
height: 76px;
|
||||
position: absolute;
|
||||
top: calc(100vh - 298px);
|
||||
top: calc(100vh - 320px);
|
||||
background: #ffffff;
|
||||
text-align: center;
|
||||
line-height: 76px;
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
.cancelApplyBtn {
|
||||
|
|
|
@ -218,7 +218,7 @@ const handleSubmit = () => {
|
|||
<style lang='scss'>
|
||||
.rootContainer {
|
||||
width: 100%;
|
||||
height: calc(100vh - 300px);
|
||||
height: calc(100vh - 320px);
|
||||
overflow-y: auto;
|
||||
overflow-x: hidden;
|
||||
}
|
||||
|
@ -242,10 +242,11 @@ const handleSubmit = () => {
|
|||
width: 100%;
|
||||
height: 76px;
|
||||
position: absolute;
|
||||
top: calc(100vh - 298px);
|
||||
top: calc(100vh - 320px);
|
||||
background: #ffffff;
|
||||
text-align: center;
|
||||
line-height: 76px;
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
.cancelApplyBtn {
|
||||
|
|
|
@ -386,7 +386,7 @@ const handleSubmit = () => {
|
|||
width: 100%;
|
||||
height: 76px;
|
||||
position: absolute;
|
||||
bottom: 0;
|
||||
top: calc(100% - 76px);
|
||||
background: #ffffff;
|
||||
box-shadow: 1px 2px 10px 0 #93939333;
|
||||
text-align: center;
|
||||
|
|
Loading…
Reference in New Issue
Block a user