Browse Source

optimize: 页面更加紧凑一些,特别是列表配置项。

pull/349/head
王良 2 months ago
parent
commit
31f7752c6b
  1. 2
      packages/gui/src/view/pages/plugin/node.vue

2
packages/gui/src/view/pages/plugin/node.vue

@ -60,7 +60,7 @@
自动设置启动npm加速开关时将会设置如下环境变量
</a-checkbox>
<div class="form-help">某些库需要自己设置镜像变量才能下载比如electron</div>
<a-row :gutter="10" style="margin-top: 10px" v-for="(item,index) of npmVariables" :key='index'>
<a-row :gutter="10" style="margin-top: 5px" v-for="(item,index) of npmVariables" :key='index'>
<a-col :span="10">
<a-input :disabled="item.key === false" v-model="item.key"></a-input>
</a-col>

Loading…
Cancel
Save