File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
src/views/instance/components Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11<template >
22 <div id =" fullScreenBar" class =" borbox" >
3- <div class =" scale-box d-flex flex-ai flex-jcc" >
3+ <!-- < div class="scale-box d-flex flex-ai flex-jcc">
44 <span class="proportion">{{scale}}%</span>
55 <v-slider step="25" min="25" max="500" hide-details v-model="scale" :show-tooltip="false">
66 </v-slider>
7- </div >
7+ </div> -->
88 <div class =" opt-list d-flex" >
99 <div class =" opt d-flex flex-ai flex-jcc" @click =" refresh" >
1010 <i class =" icon iconfont icon-zhongzhi" ></i >
Original file line number Diff line number Diff line change 1010 <v-btn height =" 30" width =" 30" icon title =" 刷新" @click =" refresh" >
1111 <i class =" icon iconfont icon-zhongzhi" ></i >
1212 </v-btn >
13- <v-btn height =" 30" width =" 30" icon title =" 全屏" @click =" fullScreen" disabled >
13+ <v-btn height =" 30" width =" 30" icon title =" 全屏" @click =" fullScreen" >
1414 <i class =" icon iconfont icon-fangda" ></i >
1515 </v-btn >
1616 </div >
You can’t perform that action at this time.
0 commit comments