yibufen
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user