|
@@ -7,15 +7,16 @@
|
|
id="id"
|
|
id="id"
|
|
placeholder="请选择页面"
|
|
placeholder="请选择页面"
|
|
></mySelect>
|
|
></mySelect>
|
|
- <el-button class="btn-search" size="mini" type="primary" @click="handleSearch">查询</el-button>
|
|
|
|
|
|
+ <el-button class="btn-search" size="medium" type="primary" @click="handleSearch">查询</el-button>
|
|
</div>
|
|
</div>
|
|
<div>
|
|
<div>
|
|
- <el-button size="mini" type="primary" @click="handleAddNews">新增</el-button>
|
|
|
|
- <el-button size="mini" type="primary" @click="handleDelete">删除
|
|
|
|
|
|
+ <el-button size="medium" @click="handleAddNews">新增</el-button>
|
|
|
|
+ <el-button size="medium" type="primary" @click="handleDelete">删除
|
|
</el-button>
|
|
</el-button>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<myTable
|
|
<myTable
|
|
|
|
+ class="my-table"
|
|
@editor="handleEditor"
|
|
@editor="handleEditor"
|
|
@select-change="handleSelectChange"
|
|
@select-change="handleSelectChange"
|
|
/>
|
|
/>
|
|
@@ -60,8 +61,8 @@
|
|
</el-form>
|
|
</el-form>
|
|
</div>
|
|
</div>
|
|
<span slot="footer" class="dialog-footer">
|
|
<span slot="footer" class="dialog-footer">
|
|
- <el-button size="mini" @click="addDialogVisit = false">取 消</el-button>
|
|
|
|
- <el-button size="mini" type="primary" @click="handleAddAdvertising('addForm')">确 定</el-button>
|
|
|
|
|
|
+ <el-button size="medium" @click="addDialogVisit = false">取 消</el-button>
|
|
|
|
+ <el-button size="medium" type="primary" @click="handleAddAdvertising('addForm')">确 定</el-button>
|
|
</span>
|
|
</span>
|
|
</el-dialog>
|
|
</el-dialog>
|
|
|
|
|
|
@@ -101,8 +102,8 @@
|
|
</el-form>
|
|
</el-form>
|
|
</div>
|
|
</div>
|
|
<span slot="footer" class="dialog-footer">
|
|
<span slot="footer" class="dialog-footer">
|
|
- <el-button size="mini" @click="editorDialogVisit = false">取 消</el-button>
|
|
|
|
- <el-button size="mini" type="primary" @click="handleEditorAdvertising('editorForm')">确 定</el-button>
|
|
|
|
|
|
+ <el-button size="medium" @click="editorDialogVisit = false">取 消</el-button>
|
|
|
|
+ <el-button size="medium" type="primary" @click="handleEditorAdvertising('editorForm')">确 定</el-button>
|
|
</span>
|
|
</span>
|
|
</el-dialog>
|
|
</el-dialog>
|
|
</div>
|
|
</div>
|
|
@@ -466,6 +467,10 @@
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+ .my-table {
|
|
|
|
+ height: calc(100vh - 270px) !important;
|
|
|
|
+ }
|
|
|
|
+
|
|
.my-Pagination {
|
|
.my-Pagination {
|
|
margin-top: 20px;
|
|
margin-top: 20px;
|
|
}
|
|
}
|