Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
E
ec-report-refactor
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lihuizhen
ec-report-refactor
Commits
4d822b32
Commit
4d822b32
authored
Sep 27, 2023
by
leon
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: remove phone call
parent
2148c906
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
6 deletions
+7
-6
authorized.vue
pages/login/authorized.vue
+7
-6
No files found.
pages/login/authorized.vue
View file @
4d822b32
...
@@ -2,10 +2,10 @@
...
@@ -2,10 +2,10 @@
<view
class=
"wrap"
>
<view
class=
"wrap"
>
<view
class=
"container"
>
<view
class=
"container"
>
<view
class=
"large-text"
>
请等待管理员授权
</view>
<view
class=
"large-text"
>
请等待管理员授权
</view>
<view
class=
"phone"
@
tap=
"call()"
>
<!--
<view
class=
"phone"
@
tap=
"call()"
>
<image
class=
"phone-image"
src=
"../../static/icon/phone.png"
></image>
<image
class=
"phone-image"
src=
"../../static/icon/phone.png"
></image>
<view
class=
"phone-text"
>
直接通知管理员
</view>
<view
class=
"phone-text"
>
直接通知管理员
</view>
</view
>
</view>
--
>
<view
class=
"phone-text"
@
tap=
"backToLogin()"
>
返回登录
</view>
<view
class=
"phone-text"
@
tap=
"backToLogin()"
>
返回登录
</view>
</view>
</view>
</view>
</view>
...
@@ -57,6 +57,7 @@
...
@@ -57,6 +57,7 @@
height
:
80rpx
;
height
:
80rpx
;
}
}
.phone-text
{
.phone-text
{
margin-top
:
40rpx
;
font-size
:
40rpx
;
font-size
:
40rpx
;
font-weight
:
bold
;
font-weight
:
bold
;
}
}
...
...
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