mirror of
https://github.com/501351981/vue-office.git
synced 2025-07-25 07:41:42 +08:00
fix: excel autoFouce=false
This commit is contained in:
parent
0c9f7ef30a
commit
d0118a4a5c
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
4
examples/dist/index.html
vendored
4
examples/dist/index.html
vendored
@ -5,8 +5,8 @@
|
|||||||
<link rel="icon" type="image/svg+xml" href="/vue-office/examples/dist/vite.svg" />
|
<link rel="icon" type="image/svg+xml" href="/vue-office/examples/dist/vite.svg" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
<title>Vite + Vue</title>
|
<title>Vite + Vue</title>
|
||||||
<script type="module" crossorigin src="/vue-office/examples/dist/assets/index-3b4c4444.js"></script>
|
<script type="module" crossorigin src="/vue-office/examples/dist/assets/index-672cd74f.js"></script>
|
||||||
<link rel="stylesheet" href="/vue-office/examples/dist/assets/index-78ff3081.css">
|
<link rel="stylesheet" href="/vue-office/examples/dist/assets/index-3a74d980.css">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div id="app"></div>
|
<div id="app"></div>
|
||||||
|
@ -77,7 +77,8 @@ export default defineComponent({
|
|||||||
width: 80,
|
width: 80,
|
||||||
indexWidth: 60,
|
indexWidth: 60,
|
||||||
minWidth: 60,
|
minWidth: 60,
|
||||||
}
|
},
|
||||||
|
autoFocus: false
|
||||||
}).loadData({});
|
}).loadData({});
|
||||||
|
|
||||||
let swapFunc = xs.bottombar.swapFunc;
|
let swapFunc = xs.bottombar.swapFunc;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user