This repository was archived by the owner on Nov 13, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 131131 <el-button style="width: 100%" size="small">自动重启 <span class="color-green">开启</span>
132132 </el-button>
133133 </el-col> -->
134- <el-col :sm =" 12" :offset =" 0" class =" row-mb" >
134+ <el-col :lg =" 12" :offset =" 0" class =" row-mb" >
135135 <el-button
136136 :disabled =" !instanceInfo.config.type"
137137 icon =" el-icon-s-operation"
141141 >特定配置</el-button
142142 >
143143 </el-col >
144- <el-col :sm =" 12" :offset =" 0" class =" row-mb" >
144+ <el-col :lg =" 12" :offset =" 0" class =" row-mb" >
145145 <el-button
146146 :disabled =" !available"
147- icon =" el-icon-folder-opened "
147+ icon =" el-icon-monitor "
148148 style =" width : 100% "
149149 size =" small"
150150 @click =" toTerminalSettingPanel"
151151 >终端设置</el-button
152152 >
153153 </el-col >
154154
155- <el-col :sm =" 12" :offset =" 0" class =" row-mb" >
155+ <el-col :lg =" 12" :offset =" 0" class =" row-mb" >
156156 <el-button
157157 :disabled =" !available"
158158 icon =" el-icon-mobile"
162162 >计划任务</el-button
163163 >
164164 </el-col >
165- <el-col :sm =" 12" :offset =" 0" class =" row-mb" >
165+ <el-col :lg =" 12" :offset =" 0" class =" row-mb" >
166166 <el-button
167167 :disabled =" !available"
168168 icon =" el-icon-data-line"
172172 >状态查询</el-button
173173 >
174174 </el-col >
175- <el-col :sm =" 12" :offset =" 0" class =" row-mb" >
175+ <el-col :lg =" 12" :offset =" 0" class =" row-mb" >
176176 <el-button
177177 :disabled =" !available"
178178 icon =" el-icon-notebook-2"
182182 >事件任务</el-button
183183 >
184184 </el-col >
185- <el-col :sm =" 12" :offset =" 0" class =" row-mb" >
185+ <el-col :lg =" 12" :offset =" 0" class =" row-mb" >
186186 <el-button
187187 :disabled =" !available"
188188 icon =" el-icon-reading"
You can’t perform that action at this time.
0 commit comments