@@ -681,7 +681,8 @@
}
.btnPrimary.ant-btn,.operBtn.ant-btn {
margin-left: 10px;
- width: 80px;
+ width: auto;
+ min-width: 80px;
height: 30px;
line-height: 31px;
text-align: center;
@@ -130,6 +130,11 @@ export default defineComponent({
.add-managers {
.add-powers {
+ .ant-modal-content {
+ .ant-modal-body {
+ overflow-x: hidden;
+ }
.powerTable {
width: 100%;
height: 100%;
@@ -15,6 +15,7 @@
@click="cancel">完成</a-button>
</template>
<a-table :columns="columns"
+ class="dialogTable"
:data-source="tableList"
:pagination="false">
</a-table>
@@ -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 {