租赁申请页面地址项样式调整

This commit is contained in:
WindowBird 2025-08-25 17:08:30 +08:00
parent ba997299f7
commit 5038bde45e

View File

@ -265,15 +265,15 @@ export default {
<style lang="scss" scoped> <style lang="scss" scoped>
.map-location-component { .map-location-component {
border-bottom: 1rpx solid #d8d8d8;
width: 100%; width: 100%;
} }
// //
.address-form-item { .address-form-item {
margin-bottom: 20rpx; //margin-bottom: 20rpx;
display: flex; display: flex;
align-items: center; align-items: center;
border-bottom: 1rpx solid #d8d8d8;
.field-label { .field-label {
display: block; display: block;
@ -295,11 +295,6 @@ export default {
background: #fff; background: #fff;
transition: all 0.3s ease; transition: all 0.3s ease;
&:focus-within {
border-color: #f15a04;
box-shadow: 0 0 0 2rpx rgba(241, 90, 4, 0.1);
}
.address-input { .address-input {
flex: 1; flex: 1;
height: 100%; height: 100%;