| | |
| | | </div> |
| | | |
| | | <div class="pam-paragraph"> |
| | | <div class="landing-container"> |
| | | |
| | | <el-button @click.native="navigateToRoute('/landingPage')">go to landing page -2</el-button> |
| | | <el-button @click.native="navigateToRoute('/landingPage')">go to landing page -1</el-button> |
| | | |
| | | </div> |
| | | </div> |
| | | |
| | | <div class="pam-paragraph"> |
| | | <el-row class="rowStyle"> |
| | | <el-col :span="16"> |
| | | <span class="mdTxt">我的顧問清單</span> |
| | |
| | | align-items: center; |
| | | } |
| | | |
| | | .landing-container { |
| | | border: 2px solid blue; |
| | | border-radius: 10px; |
| | | padding: 10px; |
| | | display: flex; |
| | | flex-direction: column; |
| | | align-items: center; |
| | | } |
| | | |
| | | @media (min-width: 576px) and (max-width: 767px) { |
| | | .quickFilter.el-button--default { |