Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
sample-form-platform
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
赵啸非
sample-form-platform
Commits
3c197365
Commit
3c197365
authored
Mar 21, 2024
by
“yiyousong”
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: 添加屏幕适配
parent
c52cb514
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
8851 additions
and
10201 deletions
+8851
-10201
sample-form-client-ui/admin/package.json
sample-form-client-ui/admin/package.json
+1
-0
sample-form-client-ui/admin/src/App.vue
sample-form-client-ui/admin/src/App.vue
+7
-5
sample-form-client-ui/admin/src/main.js
sample-form-client-ui/admin/src/main.js
+3
-0
sample-form-client-ui/admin/yarn.lock
sample-form-client-ui/admin/yarn.lock
+8840
-10196
No files found.
sample-form-client-ui/admin/package.json
View file @
3c197365
...
...
@@ -26,6 +26,7 @@
"moment"
:
"^2.29.4"
,
"npm"
:
"^6.13.7"
,
"secure-ls"
:
"^1.2.6"
,
"v-scale-screen"
:
"1.0.2"
,
"voca"
:
"^1.4.0"
,
"vue"
:
"^2.6.14"
,
"vue-barcode"
:
"^1.3.0"
,
...
...
sample-form-client-ui/admin/src/App.vue
View file @
3c197365
<
template
>
<div
class=
"app"
>
<router-view></router-view>
<NetworkError
:isShowError=
"isShowError"
></NetworkError>
<EnabledDev
:enabled=
"enabled"
></EnabledDev>
</div>
<v-scale-screen
width=
"1920"
height=
"1080"
:fullScreen=
"true"
>
<div
class=
"app"
>
<router-view></router-view>
<NetworkError
:isShowError=
"isShowError"
></NetworkError>
<EnabledDev
:enabled=
"enabled"
></EnabledDev>
</div>
</v-scale-screen>
</
template
>
<
script
>
...
...
sample-form-client-ui/admin/src/main.js
View file @
3c197365
...
...
@@ -30,6 +30,9 @@ Vue.use(scroll);
// 格式化插件
import
format
from
"
vue-text-format
"
;
Vue
.
use
(
format
);
// 屏幕适配
import
VScaleScreen
from
"
v-scale-screen
"
;
Vue
.
use
(
VScaleScreen
);
// 引入数据埋点
import
vueStatistics
from
"
@/utils/vue-statistics
"
;
...
...
sample-form-client-ui/admin/yarn.lock
View file @
3c197365
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment