|
@@ -5,8 +5,9 @@
|
|
<el-radio v-model="transChartType" :label="1">传服务器</el-radio>
|
|
<el-radio v-model="transChartType" :label="1">传服务器</el-radio>
|
|
<el-radio v-model="transChartType" :label="2">本地转</el-radio>
|
|
<el-radio v-model="transChartType" :label="2">本地转</el-radio>
|
|
</div> -->
|
|
</div> -->
|
|
- <el-button type="primary" style="width:120px;height:40px;" @click="downloadPPT" :disabled="isPublish">下载</el-button>
|
|
|
|
- <el-dropdown split-button type="primary" @click="transHandle" @command="handleCommand" :disabled="isPublish">
|
|
|
|
|
|
+ <el-button type="primary" plain style="width:182px;height:40px;" @click="$router.push({path:'/pptenlist'})">返回列表</el-button>
|
|
|
|
+ <el-button type="primary" style="width:182px;height:40px;margin-left: 0;" @click="downloadPPT" :disabled="isPublish">下载</el-button>
|
|
|
|
+ <el-dropdown split-button style="width:182px;height:40px;" type="primary" @click="transHandle" @command="handleCommand" :disabled="isPublish">
|
|
{{layoutStr}}
|
|
{{layoutStr}}
|
|
<el-dropdown-menu slot="dropdown">
|
|
<el-dropdown-menu slot="dropdown">
|
|
<el-dropdown-item :command="1">10:7</el-dropdown-item>
|
|
<el-dropdown-item :command="1">10:7</el-dropdown-item>
|
|
@@ -14,7 +15,6 @@
|
|
<el-dropdown-item :command="3">4:3</el-dropdown-item>
|
|
<el-dropdown-item :command="3">4:3</el-dropdown-item>
|
|
</el-dropdown-menu>
|
|
</el-dropdown-menu>
|
|
</el-dropdown>
|
|
</el-dropdown>
|
|
- <el-button type="primary" plain style="width:120px;height:40px;" @click="$router.push({path:'/pptenlist'})">返回列表</el-button>
|
|
|
|
</div>
|
|
</div>
|
|
<!--全加载-->
|
|
<!--全加载-->
|
|
<template v-if="loadingAll">
|
|
<template v-if="loadingAll">
|
|
@@ -759,6 +759,9 @@ $titleColor:#333333;
|
|
top:20px;
|
|
top:20px;
|
|
right:3%;
|
|
right:3%;
|
|
z-index:10;
|
|
z-index:10;
|
|
|
|
+ display: flex;
|
|
|
|
+ flex-direction: column;
|
|
|
|
+ gap:20px;
|
|
}
|
|
}
|
|
.fixed-wrap{
|
|
.fixed-wrap{
|
|
position:fixed;
|
|
position:fixed;
|