部分提交
This commit is contained in:
@@ -5,12 +5,17 @@
|
||||
<cv-text-input label="账号"></cv-text-input>
|
||||
<cv-text-input label="密码账号" type="password"></cv-text-input>
|
||||
<cv-form-item>
|
||||
<cv-button text="登录"></cv-button>
|
||||
<cv-checkbox label="记住密码" v-model="base.check"></cv-checkbox>
|
||||
<cv-button>登录</cv-button>
|
||||
</cv-form-item>
|
||||
</cv-form>
|
||||
</div>
|
||||
</template>
|
||||
<script setup>
|
||||
import { reactive } from "vue"
|
||||
const base = reactive({
|
||||
check: false
|
||||
})
|
||||
</script>
|
||||
<style lang="scss" scoped>
|
||||
.background{
|
||||
@@ -26,7 +31,7 @@
|
||||
.cv-form{
|
||||
width: 400px;
|
||||
}
|
||||
.cv-form > * :not(:first-child) {
|
||||
margin-top: 16px;
|
||||
.cv-text-input{
|
||||
margin-bottom: 8px;
|
||||
}
|
||||
</style>
|
||||
Reference in New Issue
Block a user