Commit c4c1945e09c7956025f8ee1d920312df16989cb7

Authored by loveumiko
1 parent 1bb3b1a3

fix: 修改租户配置设置输入框宽度

... ... @@ -45,7 +45,7 @@
45 45 <style lang="less" scoped>
46 46 .tenant-class {
47 47 :deep .ant-input-number {
48   - width: 16vw !important;
  48 + width: 95% !important;
49 49 }
50 50 }
51 51 </style>
... ...