mirror of
https://github.com/jumpserver/lina.git
synced 2025-08-31 14:38:02 +00:00
perf: 优化快捷命令样式
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<template>
|
||||
<div style="position: relative;">
|
||||
<div v-if="showToolBar" style="position: absolute;z-index: 99;right: 4px;margin-top: 4px">
|
||||
<div v-if="showToolBar" class="actions">
|
||||
<div
|
||||
v-for="(item,index) in toolbar"
|
||||
:key="index"
|
||||
@@ -107,6 +107,13 @@ export default {
|
||||
background-color: #FFFFFF;
|
||||
}
|
||||
|
||||
.actions {
|
||||
position: absolute;
|
||||
right: 4px;
|
||||
z-index: 2;
|
||||
margin-top: 4px;
|
||||
}
|
||||
|
||||
.el-button {
|
||||
border: none;
|
||||
padding: 2px;
|
||||
|
Reference in New Issue
Block a user