Commit e2e17022 by 周田

mod

parent de0d52c8
<template> <template>
<div class="button-container"> <div class="button-container">
<el-button class="left-button" @click="isShow = true">新增协议</el-button> <el-button class="ml-10" @click="isShow = true">新增协议</el-button>
<div class="right-buttons"> <!-- <div>
<el-button>导出数据库</el-button> <el-button>导出数据库</el-button>
</div> </div> -->
</div> </div>
<!-- 折叠面板 --> <!-- 折叠面板 -->
...@@ -68,15 +68,5 @@ const addProtocol = () => { ...@@ -68,15 +68,5 @@ const addProtocol = () => {
align-items: center; align-items: center;
/* 垂直居中 */ /* 垂直居中 */
} }
</style>
.left-button {
margin-right: auto;
/* 将按钮1靠左 */
}
.right-buttons {
display: flex;
align-items: center;
/* 垂直居中 */
}</style>
No preview for this file type
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment