Commit e2e17022 by 周田

mod

parent de0d52c8
<template>
<div class="button-container">
<el-button class="left-button" @click="isShow = true">新增协议</el-button>
<div class="right-buttons">
<el-button class="ml-10" @click="isShow = true">新增协议</el-button>
<!-- <div>
<el-button>导出数据库</el-button>
</div>
</div> -->
</div>
<!-- 折叠面板 -->
......@@ -68,15 +68,5 @@ const addProtocol = () => {
align-items: center;
/* 垂直居中 */
}
.left-button {
margin-right: auto;
/* 将按钮1靠左 */
}
.right-buttons {
display: flex;
align-items: center;
/* 垂直居中 */
}</style>
</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