提交 fa262926 编写于 作者: guangjun.yang's avatar guangjun.yang

删除无用的代码

上级 a40df6ef
<template>
<section ref="pageContainerRef" :class="{'height-100': isHeight100}" class="container" >
<section class="container" >
<CommonHeader :title="projectInfo.projectName | shortName"></CommonHeader>
<CommonAreaSelect
v-show="!isScroll"
......@@ -195,7 +195,6 @@ export default {
},
data() {
return {
isHeight100: true,
isScroll: false,
isShowArea: false,
isShowOrg: false,
......@@ -718,9 +717,6 @@ export default {
</script>
<style lang="less" scoped>
.height-100 {
height: 375px;
}
.container {
margin: 0 auto;
font-size: 17px;
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册