Commit eb831728 authored by 张伯涛's avatar 张伯涛

样式修改

parent d5f211a2
......@@ -409,7 +409,7 @@
:header-cell-style="{ textAlign: 'center' }"
border
:data="enterpriseNameOptions"
max-height="60vh"
class="drawerCompanyTable"
@selection-change="handleSelectionChange"
>
<el-table-column
......@@ -1795,6 +1795,10 @@ export default {
</script>
<style lang="scss" scoped>
::v-deep .drawerCompanyTable{
height: 700px;
overflow: auto;
}
#courseManage{
/*width:calc(100% - 30px);*/
/*height:calc(100% - 60px);*/
......
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