'homeedit'
This commit is contained in:
@@ -74,7 +74,7 @@
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
text-align: justify;
|
||||
text-align: left;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -41,10 +41,10 @@
|
||||
<span>监控2</span>
|
||||
</div>
|
||||
</div>
|
||||
<div class="message_btn">
|
||||
<!-- <div class="message_btn">
|
||||
<el-icon color="#fff" size="16" v-show="messageShow"><Expand /></el-icon>
|
||||
<el-icon color="#fff" size="16" v-show="!messageShow"><Fold /></el-icon>
|
||||
</div>
|
||||
</div> -->
|
||||
<el-drawer
|
||||
v-model="messageShow"
|
||||
title="I am the title"
|
||||
@@ -65,7 +65,8 @@ import ReasoningView from '../../components/ReasoningView/index.vue'
|
||||
import TextareaView from '../../components/TextareaView.vue'
|
||||
import collapseView from '../../components/collapseView/index.vue'
|
||||
import CameraView from '../../components/CameraView/index.vue'
|
||||
import { Plus, VideoCameraFilled, Expand, Fold } from '@element-plus/icons-vue'
|
||||
// Expand, Fold
|
||||
import { Plus, VideoCameraFilled } from '@element-plus/icons-vue'
|
||||
import { ref, onMounted, nextTick } from 'vue'
|
||||
// import { getModelList } from '../../api/user'
|
||||
import { useRoute } from 'vue-router'
|
||||
|
||||
Reference in New Issue
Block a user