Browse Source

no message

xiaochan 1 year ago
parent
commit
20d5525b5e

+ 0 - 1
src/layout/function-list/Theme.vue

@@ -3,7 +3,6 @@
     <div title="系统设置">
       <i class="sfont system-shezhi"></i>
     </div>
-
     <el-drawer v-model="drawer" title="系统设置" class="system_user-config">
       <el-form>
         <el-collapse v-model="activeNames">

+ 2 - 2
src/views/hospitalization/zhu-yuan-yi-sheng/electronic-medical-record/emr-editor/components/emr-function/EmrFunctionList.vue

@@ -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 {