| | |
| | | <p class="p-clear"> |
| | | <b class="clear-searching" @click="clearSearch">重置</b> |
| | | </p> |
| | | <el-tooltip |
| | | class="item" |
| | | effect="dark" |
| | | content="配置存储路径" |
| | | placement="bottom" |
| | | > |
| | | <span @click="showSetBox = true" class="iconfont setIcon" |
| | | ></span |
| | | > |
| | | </el-tooltip> |
| | | </div> |
| | | <div ref="mid" style="height: calc(100% - 50px)"> |
| | | <div class="left-selection" v-if="VideoPhotoData.uploadDiaplay"> |
| | |
| | | </div> |
| | | </hsc-window> |
| | | </hsc-window-style-metal> |
| | | <SetBox v-if="showSetBox" @close="showSetBox = false"></SetBox> |
| | | </div> |
| | | </template> |
| | | |
| | |
| | | import UploadImg from "./components/UploadImg"; |
| | | import bus from "@/main"; |
| | | import { getUrlKey } from "@/api/utils.ts"; |
| | | import SetBox from "@/views/search/components/SetBox"; |
| | | export default { |
| | | name: "RightSide", |
| | | components: { |
| | | Card, |
| | | UploadImg, |
| | | SetBox, |
| | | }, |
| | | data() { |
| | | return { |
| | |
| | | ], |
| | | searchText: "", |
| | | currentPage: 1, |
| | | showSetBox: false, |
| | | }; |
| | | }, |
| | | computed: { |
| | |
| | | color: #2249b4; |
| | | } |
| | | } |
| | | .setIcon { |
| | | margin-left: 10px; |
| | | font-size: 18px; |
| | | color: #1677ff; |
| | | cursor: pointer; |
| | | } |
| | | .clear-searching { |
| | | cursor: pointer; |
| | | text-decoration: underline; |