From f393af9623c26ae177a3f69b8676afc4e23bff8d Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期二, 08 二月 2022 14:48:51 +0800
Subject: [PATCH] 2022-02-08

---
 src/menu/pastecontroller/index.jsx |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diff --git a/src/menu/pastecontroller/index.jsx b/src/menu/pastecontroller/index.jsx
index f0cb87c..8ed2307 100644
--- a/src/menu/pastecontroller/index.jsx
+++ b/src/menu/pastecontroller/index.jsx
@@ -38,7 +38,6 @@
         }
 
         tab.components = tab.components.map(cell => {
-          cell.floor = tab.floor + 1
           cell.tabId = tab.uuid
           cell.parentId = tab.parentId
 
@@ -53,7 +52,6 @@
       item.name = item.setting.name
 
       item.components = item.components.map(cell => {
-        cell.floor = item.floor
         cell.tabId = item.tabId || ''
         cell.parentId = item.parentId || ''
 
@@ -109,7 +107,7 @@
     const { visible } = this.state
 
     return (
-      <div style={{display: 'inline-block'}}>
+      <div className="mk-view-paste" style={{display: 'inline-block'}}>
         <Button style={{borderColor: '#40a9ff', color: '#40a9ff'}} onClick={() => {this.setState({visible: true})}}><SnippetsOutlined />绮樿创</Button>
         <Modal
           title="绮樿创"

--
Gitblit v1.8.0