1
This commit is contained in:
@@ -9,14 +9,18 @@
|
||||
<el-form-item label="输入指令">
|
||||
<el-input v-model="form.command" type="textarea" :rows="8" placeholder="例如:京今日统计 / 京昨日订单 / 慢搜关键词 / 录单20250101-20250107" />
|
||||
</el-form-item>
|
||||
<el-form-item>
|
||||
<el-button type="primary" @click="run" :loading="loading">执行</el-button>
|
||||
<el-button @click="fillMan">慢单</el-button>
|
||||
<el-button @click="fillTF">TF</el-button>
|
||||
<el-button @click="fillSheng">生</el-button>
|
||||
<el-button type="success" @click="fillFan">凡</el-button>
|
||||
<el-button type="success" @click="fillPDD">拼多多</el-button>
|
||||
<el-button type="danger" @click="clearAll">清空</el-button>
|
||||
<el-form-item class="button-group">
|
||||
<el-button type="primary" size="medium" @click="run" :loading="loading">执行</el-button>
|
||||
<el-button type="danger" size="medium" @click="clearAll">清空</el-button>
|
||||
</el-form-item>
|
||||
<el-form-item class="button-group">
|
||||
<el-button size="medium" @click="fillMan">慢单</el-button>
|
||||
</el-form-item>
|
||||
<el-form-item class="button-group">
|
||||
<el-button size="medium" @click="fillTF">TF</el-button>
|
||||
<el-button type="success" size="medium" @click="fillFan">凡</el-button>
|
||||
<el-button type="success" size="medium" @click="fillPDD">拼多多</el-button>
|
||||
<el-button size="medium" @click="fillSheng">生</el-button>
|
||||
</el-form-item>
|
||||
</el-form>
|
||||
|
||||
@@ -350,6 +354,22 @@ export default {
|
||||
.msg-block { margin-bottom: 12px; }
|
||||
.msg-header { display: flex; align-items: center; justify-content: space-between; margin: 6px 0; }
|
||||
|
||||
/* 按钮组样式 */
|
||||
.button-group {
|
||||
margin-bottom: 16px;
|
||||
}
|
||||
|
||||
.button-group .el-button {
|
||||
margin-right: 12px;
|
||||
padding: 12px 24px;
|
||||
font-size: 14px;
|
||||
font-weight: 500;
|
||||
}
|
||||
|
||||
.button-group .el-button:last-child {
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
/* 历史记录控制条 */
|
||||
.history-controls {
|
||||
display: flex;
|
||||
|
||||
Reference in New Issue
Block a user