Преглед изворни кода

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 {