|
@@ -282,7 +282,7 @@ onMounted(() => {
|
|
|
class="emr_function-content">
|
|
|
<el-scrollbar>
|
|
|
<template v-for="(item,itemIndex) in useFunctionLayout">
|
|
|
- <div class="button_item">
|
|
|
+ <div class="button_item" v-title="item.title">
|
|
|
<PopoverButton
|
|
|
v-if="item.dropdown && item.dropdown.length >0"
|
|
|
:child="item"
|
|
@@ -301,13 +301,13 @@ onMounted(() => {
|
|
|
<style lang="scss">
|
|
|
.emr_function-content {
|
|
|
width: max-content;
|
|
|
+ height: 100%;
|
|
|
background-color: white;
|
|
|
padding: 4px;
|
|
|
display: flex;
|
|
|
flex-direction: column;
|
|
|
align-items: center;
|
|
|
justify-content: center;
|
|
|
- height: 100%;
|
|
|
cursor: pointer;
|
|
|
|
|
|
.el-button:hover {
|