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

样式修改

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