个性化配置热键tab,高度加高一屏展示所有热键
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
f34665fcb9
commit
1f20834dd3
|
|
@ -1,6 +1,6 @@
|
||||||
<template>
|
<template>
|
||||||
<div v-loading="loading">
|
<div v-loading="loading">
|
||||||
<div class="base-dialog-body" style="height:380px;overflow-y: auto;">
|
<div class="base-dialog-body" style="height:420px;overflow-y: auto;">
|
||||||
<div class="hot-keys-container">
|
<div class="hot-keys-container">
|
||||||
<div v-for="(item, index) in hotKeyList" :key="`${item.tag}_${index}`" class="wrapper">
|
<div v-for="(item, index) in hotKeyList" :key="`${item.tag}_${index}`" class="wrapper">
|
||||||
<template>
|
<template>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue