Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
W
web-project
Project
Project
Details
Activity
Releases
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
海康威视
web-project
Commits
90ce2f96
Commit
90ce2f96
authored
Aug 09, 2024
by
jiaxu.yan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: 参数设置限制输入数字
parent
accff522
Changes
2
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
168 additions
and
148 deletions
+168
-148
common.less
src/assets/css/common.less
+64
-64
ConfigBoilerPage.vue
src/views/SchedulingPage/ConfigBoilerPage.vue
+104
-84
No files found.
src/assets/css/common.less
View file @
90ce2f96
*{
*
{
box-sizing:
border-box;
box-sizing:
border-box;
-moz-box-sizing:
border-box; /* Firefox */
-moz-box-sizing:
border-box; /* Firefox */
-webkit-box-sizing:
border-box; /* Safari */
-webkit-box-sizing:
border-box; /* Safari */
}
}
.el-pager li{
.el-pager li
{
font-weight: 100;
font-weight: 100;
margin-right: 9px;
margin-right: 9px;
border: 1px solid #eee;
border: 1px solid #eee;
border-radius: 3px;
border-radius: 3px;
min-width: 28px;
min-width: 28px;
}
}
.el-pager li.active,.el-pager li:hover{
.el-pager li.active,
.el-pager li:hover {
background: #ed4014;
background: #ed4014;
color: white;
color: white;
}
}
.el-pagination__editor.el-input .el-input__inner{
.el-pagination__editor.el-input .el-input__inner
{
height: 23px;
height: 23px;
}
}
.animated {
.animated {
-webkit-animation-duration: 0.5s;
-webkit-animation-duration: 0.5s;
animation-duration: 0.5s;
animation-duration: 0.5s;
-webkit-animation-fill-mode: both;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
animation-fill-mode: both;
}
}
@media (print), (prefers-reduced-motion) {
@media (print), (prefers-reduced-motion) {
.animated {
.animated {
-webkit-animation: unset !important;
-webkit-animation: unset !important;
animation: unset !important;
animation: unset !important;
-webkit-transition: none !important;
-webkit-transition: none !important;
transition: none !important;
transition: none !important;
}
}
}
}
@-webkit-keyframes fadeInDown {
@-webkit-keyframes fadeInDown {
from {
from {
opacity: 1;
opacity: 1;
-webkit-transform: translate3d(0, -100%, 0);
-webkit-transform: translate3d(0, -100%, 0);
...
@@ -47,9 +47,9 @@
...
@@ -47,9 +47,9 @@
-webkit-transform: translate3d(0, 0, 0);
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
}
}
@keyframes fadeInDown {
@keyframes fadeInDown {
from {
from {
opacity: 0;
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
-webkit-transform: translate3d(0, -100%, 0);
...
@@ -61,15 +61,15 @@
...
@@ -61,15 +61,15 @@
-webkit-transform: translate3d(0, 0, 0);
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
}
}
.fadeInDown {
.fadeInDown {
-webkit-animation-name: fadeInDown;
-webkit-animation-name: fadeInDown;
animation-name: fadeInDown;
animation-name: fadeInDown;
}
}
.ivu-message
{
.ivu-message
{
z-index: 999999999 !important;
z-index: 999999999 !important;
}
}
.ivu-form-item-content
{
.ivu-form-item-content
{
text-align: left;
text-align: left;
}
}
\ No newline at end of file
src/views/SchedulingPage/ConfigBoilerPage.vue
View file @
90ce2f96
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