File tree Expand file tree Collapse file tree 1 file changed +9
-4
lines changed
ui/src/views/system-shared Expand file tree Collapse file tree 1 file changed +9
-4
lines changed Original file line number Diff line number Diff line change 1212 </el-radio-group >
1313 <p class =" mb-8 lighter mt-16" >{{ $t('views.shared.select_workspace') }}</p >
1414 <div class =" flex border" v-loading =" loading" >
15- <div class =" p-16 border-r" >
15+ <div class =" border-r" >
1616 <el-input
1717 v-model =" search"
1818 :validate-event =" false"
1919 :placeholder =" $t('common.search')"
20- style =" width : 364px "
20+ style =" width : 364px ; padding : 16 px 16 px 0 16 px ; "
2121 clearable
2222 >
2323 <template #prefix >
2929 <div class =" mt-8" >
3030 <el-checkbox
3131 class =" mb-8"
32+ style =" margin-left : 16px ;"
3233 v-model =" checkAll"
3334 :indeterminate =" isIndeterminate"
3435 @change =" handleCheckAllChange"
3536 v-if =" !search"
3637 >
3738 {{ $t('views.shared.allCheck') }}
3839 </el-checkbox >
40+ <el-scrollbar max-height =" 205" wrap-class =" p-16 pt-0" >
3941 <el-checkbox-group
4042 class =" checkbox-group-block"
4143 v-model =" checkedWorkspace"
5355 </div >
5456 </el-checkbox >
5557 </el-checkbox-group >
58+ </el-scrollbar >
5659 </div >
5760 </div >
58- <div class =" p-16 w-full" >
59- <div class =" flex-between mb -16" >
61+ <div class =" w-full" >
62+ <div class =" flex-between p -16" >
6063 <span class =" lighter" >
6164 {{ $t('common.selected') }}: {{ checkedWorkspace.length }} 个
6265 </span >
6568 {{ $t('common.clear') }}
6669 </el-button >
6770 </div >
71+ <el-scrollbar max-height =" 250" wrap-class =" p-16 pt-0" >
6872 <template v-for =" ele in checkedWorkspace " >
6973 <div class =" flex-between" >
7074 <div class =" flex align-center" >
7882 </el-button >
7983 </div >
8084 </template >
85+ </el-scrollbar >
8186 </div >
8287 </div >
8388
You can’t perform that action at this time.
0 commit comments