Ver Fonte

style(marketingEdit): 调整样式使文本右对齐

- 在营销编辑组件中添加 text-align: right 样式
- 使宽度为 50px 的元素内容右对齐显示
panqiuyao há 6 dias atrás
pai
commit
e191b0e052
1 ficheiros alterados com 1 adições e 0 exclusões
  1. 1 0
      frontend/src/views/components/marketingEdit/index.vue

+ 1 - 0
frontend/src/views/components/marketingEdit/index.vue

@@ -1438,6 +1438,7 @@ export default {
   white-space: nowrap;
   margin-right: 4px;
   width: 50px;
+  text-align: right;
 }
 
 .unit-text {