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

删除无用的代码

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