From c423765d8a5ff0c58d23bb0a31af7df6c1fad95c Mon Sep 17 00:00:00 2001 From: YM <479443481@qq.com> Date: 星期五, 26 七月 2024 16:10:25 +0800 Subject: [PATCH] 1 --- src/pages/Register/Register.vue | 77 +++++++++++++++++++------------------- 1 files changed, 39 insertions(+), 38 deletions(-) diff --git a/src/pages/Register/Register.vue b/src/pages/Register/Register.vue index 63d83f8..0c54605 100644 --- a/src/pages/Register/Register.vue +++ b/src/pages/Register/Register.vue @@ -131,7 +131,10 @@ margin-bottom: 0.19rem; " > - <el-checkbox v-model="checked" style="margin-right: 0.06rem;"></el-checkbox> + <el-checkbox + v-model="checked" + style="margin-right: 0.06rem" + ></el-checkbox> 鐢ㄦ埛娉ㄥ唽鍗充唬琛ㄥ悓鎰� <span class="cursor" @@ -311,7 +314,7 @@ { name: "鍦板煙鍥捐氨", id: 4 - }, + } // { // name: "涓尰鍖讳簨鍒跺害", // id: 5 @@ -390,10 +393,10 @@ }, // 鐢ㄦ埛娉ㄥ唽 async Login(formName) { - if(!this.checked) { + if (!this.checked) { this.$message({ - message: '璇峰嬀閫夊悓鎰忔湇鍔℃潯娆俱�佺敤鎴烽殣绉佷繚鎶ゅ拰涓汉淇℃伅鏉℃', - type: 'warning' + message: "璇峰嬀閫夊悓鎰忔湇鍔℃潯娆俱�佺敤鎴烽殣绉佷繚鎶ゅ拰涓汉淇℃伅鏉℃", + type: "warning" }); return false; } @@ -870,26 +873,24 @@ height: 100vh; color: #fff; +} +.container .repository { + width: 100% !important; + /* margin-top: 19px; */ + /* height: 68%; */ + display: flex; + flex-direction: column; + justify-content: space-around; + align-items: center; +} +.container .repository .Ttop { + margin-top: 0.38rem; + margin-bottom: 1.22rem; +} - .repository { - width: 100% !important; - /* margin-top: 19px; */ - /* height: 68%; */ - display: flex; - flex-direction: column; - justify-content: space-around; - align-items: center; - - .Ttop { - margin-top: 0.38rem; - margin-bottom: 1.22rem; - } - - .r-top { - font-size: 40rpx !important; - margin: 10rpx 0; - } - } +.container .repository .r-top { + font-size: 40rpx !important; + margin: 10rpx 0; } .login { @@ -946,20 +947,20 @@ padding: 0 20px; text-align: center; - li { - background-color: #fff; - color: black; - height: 600rpx; - display: flex; - justify-content: space-between; - flex-direction: column; - align-items: center; - border: 1rpx solid #fff; - padding: 50rpx 65rpx; - /* padding: 58rpx 128rpx 88rpx; */ - text-align: center; - background: #ebf4ff; - } +} +.secretary li { + background-color: #fff; + color: black; + height: 600rpx; + display: flex; + justify-content: space-between; + flex-direction: column; + align-items: center; + border: 1rpx solid #fff; + padding: 50rpx 65rpx; + /* padding: 58rpx 128rpx 88rpx; */ + text-align: center; + background: #ebf4ff; } .Bbottom { -- Gitblit v1.9.1