Displacement deviation of select components in iview

problem description

clipboard.png

related codes

import { Modal, Form, Input, Button, InputNumber, DatePicker, Select, Option } from "iview"



<FormItem label=":" prop="login_status">
  <Select 
    style="width: 40%;"
    value={this.submitData.login_status}
    on-input={e => { this.submitData.login_status = e }}
    placeholder="">
      {
        this.loginTypeList.map(i => {
          return <Option label={i.label} value={i.value}></Option>
        })
      }
  </Select>
</FormItem>
MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b3ab16-2c24b.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b3ab16-2c24b.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?