mirror of
				https://github.com/vform666/variant-form3-vite.git
				synced 2025-11-04 10:31:47 +08:00 
			
		
		
		
	1. 修复vite打包axios报错的bug;
2. 适配form、form-item的size属性。
This commit is contained in:
		@@ -6,7 +6,7 @@
 | 
			
		||||
      <el-row class="header-row">
 | 
			
		||||
        <div class="action-header-column">
 | 
			
		||||
          <span class="action-label">{{i18nt('render.hint.subFormAction')}}</span>
 | 
			
		||||
          <el-button :disabled="actionDisabled" round type="primary" size="mini" class="action-button" @click="addSubFormRow"
 | 
			
		||||
          <el-button :disabled="actionDisabled" round type="primary" size="small" class="action-button" @click="addSubFormRow"
 | 
			
		||||
                     :title="i18nt('render.hint.subFormAddActionHint')">
 | 
			
		||||
            {{i18nt('render.hint.subFormAddAction')}}<i class="el-icon-plus el-icon-right"></i></el-button>
 | 
			
		||||
        </div>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user