Sign in
简柏林
/
thingskit-view
·
Commits
GitLab
Go to dashboard
Project
Activity
Files
Commits
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Network
Download as
Email Patches
Plain Diff
Browse Files
Commit
24f4ae70b60592758554b4ff9bed2fd532825c00
Authored by
fengwotao
2023-06-13 16:12:52 +0800
1 parent
2cb17843
feat(packages/external): 重写远程网页,新增全屏按钮
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
src/packages/components/external/Informations/Mores/OverrideIframe/index.vue
src/packages/components/external/Informations/Mores/OverrideIframe/index.vue
View file @
24f4ae7
...
...
@@ -5,8 +5,8 @@
5
5
focusable="false"
6
6
class=""
7
7
data-icon="fullscreen"
8
-
width="1em"
9
-
height="1em"
8
+
width="2.1vw"
9
+
height="2.1vh"
10
10
fill="currentColor"
11
11
aria-hidden="true"
12
12
viewBox="64 64 896 896"
...
...