|
@@ -1911,6 +1911,26 @@ axios
|
|
|
})
|
|
|
</script>
|
|
|
|
|
|
+<style lang="scss">
|
|
|
+input[type='number'] {
|
|
|
+ -moz-appearance: textfield;
|
|
|
+ appearance: textfield;
|
|
|
+ &:hover {
|
|
|
+ -moz-appearance: textfield;
|
|
|
+ appearance: textfield;
|
|
|
+ &::-webkit-inner-spin-button,
|
|
|
+ &::-webkit-outer-spin-button {
|
|
|
+ -webkit-appearance: none;
|
|
|
+ margin: 0;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ &::-webkit-inner-spin-button,
|
|
|
+ &::-webkit-outer-spin-button {
|
|
|
+ -webkit-appearance: none;
|
|
|
+ margin: 0;
|
|
|
+ }
|
|
|
+}
|
|
|
+</style>
|
|
|
<style lang="scss" scoped>
|
|
|
.view-window {
|
|
|
height: 100vh;
|