修改样式

This commit is contained in:
wangchengming 2025-06-21 17:10:40 +08:00
parent 956e4c0a4c
commit 9bd4988f07
6 changed files with 10 additions and 8 deletions

View File

@ -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;

View File

@ -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;

View File

@ -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;

View File

@ -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 {

View File

@ -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 {

View File

@ -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;