Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Fedex
/
imac-vue
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
shanyunduo.cheng
2021-12-03 09:15:13 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
b72a3fce84d6b26727b16b04b77327ed645201a7
b72a3fce
1 parent
2f0da426
查看界面样式
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
0 deletions
src/views/allocationConfig/flightAllocConfig/info.vue
src/views/allocationConfig/flightAllocConfig/info.vue
View file @
b72a3fc
...
...
@@ -251,4 +251,20 @@ export default {
},
};
</script>
<style rel="stylesheet/scss" lang="scss">
.el-textarea.is-disabled .el-textarea__inner{
background-color: rgba(255, 255, 255, 0.5);
color: #82848a;
}
.el-input.is-disabled .el-input__inner{
background-color: rgba(255, 255, 255, 0.5);
color: #82848a;
}
.el-checkbox__input.is-disabled.is-checked .el-checkbox__inner{
background-color: rgba(255, 255, 255, 0.5);
}
.el-checkbox__input.is-disabled + span.el-checkbox__label{
color: #82848a;
}
</style>
...
...
Please
register
or
login
to post a comment