| ¶Ô±ÈÐÂÎļþ | 
|  |  |  | 
|---|
|  |  |  | <template> | 
|---|
|  |  |  | <div class="not-allow"> | 
|---|
|  |  |  | <slot> | 
|---|
|  |  |  | <div class="content"> | 
|---|
|  |  |  | <img src="../../assets/images/not-allow.png"> | 
|---|
|  |  |  | <h2>æ æè®¿é®</h2> | 
|---|
|  |  |  | <p>妿¨éè¦è®¿é®è¯¥é¡µé¢ï¼è¯·è系系ç»ç®¡çå</p> | 
|---|
|  |  |  | </div> | 
|---|
|  |  |  | </slot> | 
|---|
|  |  |  | </div> | 
|---|
|  |  |  | </template> | 
|---|
|  |  |  |  | 
|---|
|  |  |  | <script> | 
|---|
|  |  |  | export default { | 
|---|
|  |  |  | name: 'NotAllow' | 
|---|
|  |  |  | } | 
|---|
|  |  |  | </script> | 
|---|
|  |  |  |  | 
|---|
|  |  |  | <style scoped lang="scss"> | 
|---|
|  |  |  | .not-allow { | 
|---|
|  |  |  | height: 100%; | 
|---|
|  |  |  | background: #fff; | 
|---|
|  |  |  | box-sizing: border-box; | 
|---|
|  |  |  | padding-top: 160px; | 
|---|
|  |  |  | .content { | 
|---|
|  |  |  | height: 200px; | 
|---|
|  |  |  | text-align: center; | 
|---|
|  |  |  | h2 { | 
|---|
|  |  |  | font-size: 18px; | 
|---|
|  |  |  | font-weight: normal; | 
|---|
|  |  |  | margin-top: 8px; | 
|---|
|  |  |  | } | 
|---|
|  |  |  | p { | 
|---|
|  |  |  | font-size: 13px; | 
|---|
|  |  |  | color: #999; | 
|---|
|  |  |  | margin: 6px 0; | 
|---|
|  |  |  | } | 
|---|
|  |  |  | } | 
|---|
|  |  |  | } | 
|---|
|  |  |  | </style> | 
|---|