Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
M
mes-pad
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
ximai
mes-pad
Commits
78513280
Commit
78513280
authored
May 29, 2024
by
zhuli
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
报工修改
parent
02466744
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
269 additions
and
199 deletions
+269
-199
index.vue
pages/mes/prodReport/index.vue
+246
-199
amebase.css
static/css/amebase.css
+23
-0
No files found.
pages/mes/prodReport/index.vue
View file @
78513280
This diff is collapsed.
Click to expand it.
static/css/amebase.css
0 → 100644
View file @
78513280
.auto-size-button
{
width
:
max-content
;
/* 根据内容自动调整宽度 */
padding
:
10px
;
/* 按钮内间距 */
border
:
none
;
/* 无边框 */
background-color
:
#007BFF
;
/* 背景颜色 */
color
:
white
;
/* 文本颜色 */
cursor
:
pointer
;
/* 鼠标悬停时显示指针 */
font-size
:
16px
;
/* 文本大小 */
border-radius
:
5px
;
/* 边框圆角 */
}
.auto-size-button
:hover
{
background-color
:
#0056b3
;
/* 鼠标悬停时的背景颜色 */
}
.u-col1
label
{
white-space
:
nowrap
;
/* white-space: normal; 默认,空白会被浏览器忽略,文本会在达到元素宽度后自动换行 */
/* word-break: break-all; 如果需要在任意字符间断开,可以使用这个属性 */
/* word-wrap: break-word; 允许在长单词或URL地址内部换行 */
}
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