首页
Showing
5 changed files
with
11 additions
and
3 deletions
| ... | @@ -487,6 +487,13 @@ function getCode() { | ... | @@ -487,6 +487,13 @@ function getCode() { |
| 487 | } | 487 | } |
| 488 | } | 488 | } |
| 489 | 489 | ||
| 490 | @media (max-width: 750px) { | ||
| 491 | .topNav .logo { | ||
| 492 | margin-left: 0; | ||
| 493 | height: 40px; | ||
| 494 | } | ||
| 495 | } | ||
| 496 | |||
| 490 | .active { | 497 | .active { |
| 491 | color: #fff; | 498 | color: #fff; |
| 492 | border-bottom: 2px solid #fff; | 499 | border-bottom: 2px solid #fff; | ... | ... |
This diff is collapsed.
Click to expand it.
| ... | @@ -3,6 +3,7 @@ | ... | @@ -3,6 +3,7 @@ |
| 3 | v-model="show" :close-on-click-modal="false" :title="title" append-to-body center | 3 | v-model="show" :close-on-click-modal="false" :title="title" append-to-body center |
| 4 | class="pcloginpop" close-icon="CircleClose" | 4 | class="pcloginpop" close-icon="CircleClose" |
| 5 | destroy-on-close | 5 | destroy-on-close |
| 6 | style="min-width: 350px;" | ||
| 6 | > | 7 | > |
| 7 | <div class="boxInvitation"> | 8 | <div class="boxInvitation"> |
| 8 | 9 | ... | ... |
| 1 | <template> | 1 | <template> |
| 2 | <el-dialog v-model="show" :append-to-body="true" :title="language==0?'注册':'Login'" | 2 | <el-dialog v-model="show" :append-to-body="true" :title="language==0?'注册':'Login'" |
| 3 | center close-icon="CircleClose" destroy-on-close width="480" @close="close"> | 3 | center close-icon="CircleClose" destroy-on-close style="min-width: 350px;max-width: 480px" @close="close"> |
| 4 | <div> | 4 | <div> |
| 5 | <el-form :label-position="language==0?'right':'top'" :label-width="language==0?80:150" class="d-form" size="large" | 5 | <el-form :label-position="language==0?'right':'top'" :label-width="language==0?80:150" class="d-form" size="large" |
| 6 | style="max-width: 500px;margin: auto"> | 6 | style="max-width: 500px;margin: auto"> | ... | ... |
| ... | @@ -83,9 +83,9 @@ export default defineConfig(({mode, command}) => { | ... | @@ -83,9 +83,9 @@ export default defineConfig(({mode, command}) => { |
| 83 | rewrite: (p) => p.replace(/^\/dev-api\/ztx-webSite/, '') | 83 | rewrite: (p) => p.replace(/^\/dev-api\/ztx-webSite/, '') |
| 84 | }, | 84 | }, |
| 85 | '/dev-api': { | 85 | '/dev-api': { |
| 86 | // target: 'http://192.168.1.118:8082/', | 86 | target: 'http://192.168.1.118:8082/', |
| 87 | // target: 'http://192.168.1.131:8081/', | 87 | // target: 'http://192.168.1.131:8081/', |
| 88 | target: 'https://tk005.wxjylt.com/stage-api', | 88 | // target: 'https://tk005.wxjylt.com/stage-api', |
| 89 | // target: 'http://124.70.181.90:1880/stage-api', | 89 | // target: 'http://124.70.181.90:1880/stage-api', |
| 90 | // target: 'https://sys.2025wtcwuxi.com/stage-api/', | 90 | // target: 'https://sys.2025wtcwuxi.com/stage-api/', |
| 91 | changeOrigin: true, | 91 | changeOrigin: true, | ... | ... |
-
Please register or sign in to post a comment