ソースを参照

style(views/order/invoice): 移除amount-text的Courier New字体设置

yz 1 ヶ月 前
コミット
195d2f8e54
1 ファイル変更1 行追加1 行削除
  1. 1 1
      src/views/order/invoice/index.vue

+ 1 - 1
src/views/order/invoice/index.vue

@@ -711,7 +711,7 @@ export default {
 
 <style lang="scss" scoped>
 .amount-text {
-  font-family: 'Courier New', monospace;
+  // font-family: 'Courier New', monospace;
   font-weight: 500;
   
   &.total-amount {