This commit is contained in:
zhenorzz 2021-07-16 10:38:13 +08:00
parent ca220bf3a3
commit 25f947dd5c
5 changed files with 5 additions and 15 deletions

View File

@ -2,7 +2,7 @@
## 1.3.3
*2021-06-25*
*2021-07-16*
### New features
- web sftp

10
main.go
View File

@ -51,16 +51,6 @@ func usage() {
func main() {
//files, err := subFS.Open("./")
//
//if err != nil {
// log.Fatal(err)
//}
//
//for _, f := range files {
// fmt.Println(f.Name())
//}
//return
flag.Parse()
if help {
flag.Usage()

View File

@ -10,7 +10,7 @@
"@chenfengyuan/vue-qrcode": "^2.0.0-beta",
"axios": "^0.21.1",
"cronstrue": "^1.113.0",
"element-plus": "^1.0.2-beta.44",
"element-plus": "^1.0.2-beta.55",
"js-cookie": "^2.2.1",
"listenercount": "^1.0.1",
"normalize.css": "^8.0.1",

View File

@ -7,7 +7,7 @@ import '@/permission'
import i18n from '@/lang' // internationalization
import SvgIcon from '@/components/SvgIcon/index.vue' // svg component
import ElementPlus from 'element-plus'
import 'element-plus/packages/theme-chalk/src/index.scss'
import 'element-plus/lib/theme-chalk/index.css'
import 'vite-plugin-svg-icons/register' // register svg sprite map
import App from './App.vue'
const app = createApp(App)

View File

@ -233,14 +233,14 @@
</template>
</el-table-column>
</el-table>
<el-row type="flex" justify="end" style="width: 100%; margin-top: 10px">
<el-row type="flex" justify="end" style="width: 100%; margin-top: 5px">
<el-pagination
v-model:current-page="pagination.page"
:total="pagination.total"
:page-size="pagination.rows"
background
:page-sizes="[20, 50, 100]"
layout="prev, pager, next, jumper"
layout="total, prev, pager, next"
@size-change="handleSizeChange"
@current-change="handlePageChange"
/>