This commit is contained in:
2020-12-07 15:53:20 +08:00
parent be1c77ee42
commit 720a517c04
44 changed files with 120 additions and 99 deletions

View File

@@ -50,7 +50,7 @@
<div v-if="tabselected == 2">
<a-form :layout="formLayout">
<a-form-item :label="lan.$t('zhanghao')" class="form-item">
<a-form-item :label="lan.$t('zhanghao')" class="form-item input">
<a-input-group compact>
<a-input
:placeholder="lan.$t('shuruzhanghaol')"
@@ -323,6 +323,9 @@ export default defineComponent({
});
</script>
<style lang="scss" scoped>
.input ::v-deep(input::placeholder){
font-size: 11px;
}
.login ::v-deep(.ant-select-selection) {
border: none;
}