Skip to content
This repository was archived by the owner on Nov 13, 2024. It is now read-only.

Commit 97ce53d

Browse files
committed
修改 按钮排版与图标
1 parent 6dd9dc7 commit 97ce53d

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

src/app/views/Terminal.vue

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@
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"
@@ -141,18 +141,18 @@
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"
@@ -162,7 +162,7 @@
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"
@@ -172,7 +172,7 @@
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"
@@ -182,7 +182,7 @@
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"

0 commit comments

Comments
 (0)