|
|
@@ -11,8 +11,8 @@
|
|
|
</svg>
|
|
|
{{getUserName()}}
|
|
|
</span>
|
|
|
- <a-button @click="openPermission">权限设置</a-button>
|
|
|
- <a-button @click="openAddPermission">新增</a-button>
|
|
|
+ <a-button class="operBtn" @click="openPermission">权限设置</a-button>
|
|
|
+ <a-button class="operBtn" @click="openAddPermission">新增</a-button>
|
|
|
</div>
|
|
|
|
|
|
<a-collapse class="spotCollapse"
|
|
|
@@ -161,6 +161,13 @@ export default defineComponent({
|
|
|
.account_info_manager {
|
|
|
.tltLeft {
|
|
|
padding-left: 12px;
|
|
|
+ margin-top: 14px;
|
|
|
+ .ant-btn.operBtn {
|
|
|
+ height: 26px;
|
|
|
+ line-height: 27px;
|
|
|
+ margin-top: 0;
|
|
|
+ margin-bottom: 0;
|
|
|
+ }
|
|
|
}
|
|
|
.btn-list {
|
|
|
.btnPrimary.ant-btn {
|