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