扫码样式更新

This commit is contained in:
2024-04-24 10:04:57 +08:00
parent 811cafda3d
commit 07bf68feaa

View File

@@ -276,7 +276,7 @@
<style scoped>
.input-box {
background-color: #e6e6e6;
display: flex;
flex-direction: row;
/* width: 100%;
@@ -288,6 +288,9 @@
/* display:none; */
}
.input-box input{
width: 100%;
background-color: #e6e6e6;
border: 1px solid #d3d3d3;
font-size: 18px;
height: 18px;
}