This commit is contained in:
2024-01-09 19:11:51 +08:00
parent 87b43ecf32
commit b7a264c138
7 changed files with 64 additions and 25 deletions

View File

@@ -164,7 +164,7 @@
};
</script>
<style lang="scss">
$box-height: 26px;
$box-height: 20px;
$bg: #f5f5f5;
$br: 2px;
$color: #333;
@@ -184,7 +184,6 @@
flex-direction: row;
align-items: center;
justify-content: center;
padding: 0 8px;
background-color: $bg;
/* #ifdef H5 */
cursor: pointer;
@@ -192,9 +191,8 @@
}
.uni-numbox__value {
margin: 0 2px;
background-color: $bg;
width: 40px;
width: 30px;
height: $box-height;
line-height: $box-height;
text-align: center;