@ -1,6 +1,6 @@
<template>
<div class="examinationcategory">
<div style="margin-left:1.5%">
<div style="margin-left:5.5%">
<span>项目类别</span>
<el-select
v-model="value"
@ -1,9 +1,10 @@
<div style="display: flex">
<div style="display: flex;height:200px">
<el-table
:data="personnelUnit.personnelgrouping"
style="width: 100%"
style="width: 100%;"
row-key="id"
height="200px"
highlight-current-row
@row-click="clickoncolumn"
class="el-table__body-wrapper tbody"
@ -514,9 +514,9 @@ export default {
};
</script>
<style scoped>
::v-deep .el-dropdown-menu{
.el-dropdown-menu {
overflow: scroll;
max-height: 200px;
max-height: 500px;
overflow-x: hidden;
}
.el-header {
@ -57,7 +57,7 @@
<el-table-column
prop="id"
label="编号"
width="300"
width="320"
></el-table-column>
prop="displayName"
@ -278,7 +278,7 @@
</el-card>
</div>
<!-- 按钮区域 -->
<div style="margin-left: 10px; margin-top: 10%">
<div style="margin-left: 10px; margin-top: 7%">
<el-button type="primary" @click="guideadd">新增</el-button>
<div style="margin-top: 10px">
<el-button type="primary" @click="editandmofin">编辑</el-button>