+
{{ value }}
@@ -12,6 +18,10 @@ export default {
type: String,
default: "0",
},
+ wider: {
+ type: Boolean,
+ default: false,
+ },
},
data() {
return {};
@@ -31,18 +41,28 @@ export default {
background: url(../../assets/digit.png) no-repeat;
background-size: 100% 100%;
padding: 2px;
- text-align: center;
- user-select: none;
+ text-align: center;
+ user-select: none;
}
.digit {
- font-family: '站酷庆科黄油体', sans-serif;
- font-size: 32px;
- line-height: 39px;
+ font-family: "站酷庆科黄油体", sans-serif;
+ font-size: 32px;
+ line-height: 39px;
}
.zhHans {
- font-size: 18px;
- line-height: 48px;
+ font-size: 18px;
+ line-height: 48px;
+}
+
+.another-hw {
+ height: h(72px);
+ width: w(62px);
+}
+
+.another-hw.digit {
+ font-size: 32px;
+ line-height: 32px;
}
diff --git a/src/components/layout/Main.vue b/src/components/layout/Main.vue
index 509b173..cbb89f3 100644
--- a/src/components/layout/Main.vue
+++ b/src/components/layout/Main.vue
@@ -1,5 +1,5 @@
-
+