修改页面样式等

This commit is contained in:
2025-11-03 17:48:14 +08:00
parent 4ba6539850
commit 3a1bd54878
30 changed files with 2294 additions and 917 deletions

View File

@@ -1,7 +1,7 @@
<!--
* @Date: 2024-10-08 14:29:36
* @LastEditors: lip
* @LastEditTime: 2025-05-07 10:03:20
* @LastEditors: shirlwang
* @LastEditTime: 2025-11-03 16:07:40
-->
<template>
<view class="container">
@@ -229,7 +229,8 @@ import { addPersonDemand, updatePersonDemand, getPersonDemand } from "@/packageR
}
</script>
<style lang="scss"> .container {
<style lang="scss">
.container {
height: 100vh;
overflow: hidden;
background-color: #f7f7f7;
@@ -237,6 +238,9 @@ import { addPersonDemand, updatePersonDemand, getPersonDemand } from "@/packageR
.inner {
background: #fff;
width: calc(100% - 64rpx);
margin: 0 auto;
box-sizing: border-box;
border-radius: 16rpx;
padding: 32rpx;
margin-bottom: 24rpx;
@@ -256,7 +260,7 @@ import { addPersonDemand, updatePersonDemand, getPersonDemand } from "@/packageR
margin-bottom: 24rpx;
background-color: #fff;
border-radius: 8rpx;
padding: 24rpx;
padding: 24rpx 0;
}
.form-label {
@@ -300,8 +304,7 @@ import { addPersonDemand, updatePersonDemand, getPersonDemand } from "@/packageR
.button-area {
padding: 24rpx 32rpx 68rpx;
width: calc(100% + 64rpx);
margin-left: -32rpx;
width: 100%;
background: #fff;
display: flex;
box-sizing: border-box;