1111
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user