Browse Source

消毒等级input框字体大小和居中调整

master
王梦远 2 weeks ago
parent
commit
ea397f3a14
  1. 3
      src/components/home/HomeLogLevel.vue

3
src/components/home/HomeLogLevel.vue

@ -55,7 +55,8 @@ const operationState = computed(() => {
v-prevent-keyboard
class="input"
placeholder="请选择"
style="height: 4rem"
style="height: 4rem;font-size: inherit"
input-style="text-align: center;"
readonly
@focus="openModal"
>

Loading…
Cancel
Save