show context menu panel right (#791)
* display the context menu when the registration panel is open * minimal changes Co-authored-by: elsiosanchez <elsiosanche@gmail.com>pull/3759/head
							parent
							
								
									33eb928db0
								
							
						
					
					
						commit
						bf2e0e5348
					
				|  | @ -16,7 +16,7 @@ | |||
|  along with this program.  If not, see <https:www.gnu.org/licenses/>. | ||||
| --> | ||||
| <template> | ||||
|   <div v-if="!isListRecord" class="container-submenu-mobile container-context-menu"> | ||||
|   <div class="container-submenu-mobile container-context-menu"> | ||||
|     <!-- actions or process on container --> | ||||
|     <el-dropdown | ||||
|       :hide-on-click="true" | ||||
|  |  | |||
|  | @ -114,7 +114,7 @@ | |||
|         </el-header> | ||||
| 
 | ||||
|         <el-main style="padding: 0px !important; overflow: hidden;"> | ||||
|           <div v-if="isEmptyValue(activeName) && isParent" :class="{ show: showTableSearch }" class="local-search-container"> | ||||
|           <div v-if="isEmptyValue(activeName) && isMobile && isParent" :class="{ show: showTableSearch }" class="local-search-container"> | ||||
|             <svg-icon class-name="search-icon" icon-class="search" @click.stop="click()" /> | ||||
|             <el-input | ||||
|               ref="headerSearchInput" | ||||
|  |  | |||
|  | @ -24,7 +24,7 @@ | |||
|       <Split> | ||||
|         <SplitArea :size="sizePanel" :min-size="100"> | ||||
|           <el-aside width="100%"> | ||||
|             <split-pane :min-percent="10" :default-percent="defaultPorcentSplitPane" split="vertical"> | ||||
|             <split-pane :min-percent="30" :default-percent="defaultPorcentSplitPane" split="vertical"> | ||||
|               <template slot="paneL"> | ||||
|                 <!-- this slot is 'paneL' (with 'L' in uppercase) do not change --> | ||||
|                 <div class="left-container"> | ||||
|  | @ -86,7 +86,6 @@ | |||
|                           </el-aside> | ||||
|                           <el-main> | ||||
|                             <context-menu | ||||
|                               v-show="!isShowedRecordPanel" | ||||
|                               :menu-parent-uuid="$route.meta.parentUuid" | ||||
|                               :parent-uuid="windowUuid" | ||||
|                               :container-uuid="windowMetadata.currentTabUuid" | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue
	
	 Elsio Sanchez
						Elsio Sanchez