786e7fa9 by lihua

fix: 单位样式

1 parent 1eeb5481
...@@ -826,4 +826,9 @@ defineExpose({ ...@@ -826,4 +826,9 @@ defineExpose({
826 font-weight: 600; 826 font-weight: 600;
827 margin-right: 8px; 827 margin-right: 8px;
828 } 828 }
829
830 .wid-left-input {
831 width: calc(100% - 18px) !important;
832 margin-right: 2px;
833 }
829 </style> 834 </style>
...\ No newline at end of file ...\ No newline at end of file
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!