Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
X
xyw_asset_console
Overview
Overview
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
DaiJiezhang
xyw_asset_console
Commits
0f25574f
Commit
0f25574f
authored
Aug 12, 2026
by
DaiJiezhang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 优化资产表单展示
parent
41b3e2f2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
0 deletions
+5
-0
PhoneAssetView.js
frontend/src/modules/phone/PhoneAssetView.js
+0
-0
WecomAccountView.js
frontend/src/modules/wecom/WecomAccountView.js
+0
-0
app.css
frontend/src/styles/app.css
+5
-0
No files found.
frontend/src/modules/phone/PhoneAssetView.js
View file @
0f25574f
This diff is collapsed.
Click to expand it.
frontend/src/modules/wecom/WecomAccountView.js
View file @
0f25574f
This diff is collapsed.
Click to expand it.
frontend/src/styles/app.css
View file @
0f25574f
...
...
@@ -61,6 +61,11 @@ body { margin: 0; }
background
:
#ffffff
;
box-shadow
:
0
18px
50px
rgba
(
15
,
23
,
42
,
0.14
);
}
/* 手机号码管理弹窗:高度贴合内容,内容多时才限高滚动(企微等其余弹窗保持固定高度)。 */
.phone-asset-modal--phone
{
height
:
auto
;
max-height
:
min
(
680px
,
calc
(
100vh
-
48px
));
}
.phone-asset-modal
.el-dialog__header
{
display
:
flex
;
align-items
:
flex-start
;
...
...
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