mirror of
https://github.com/kuaifan/dootask.git
synced 2025-12-12 03:01:12 +00:00
feat:按钮优化
This commit is contained in:
parent
28234f64ec
commit
666767539d
@ -637,7 +637,7 @@ export default {
|
||||
if (this.routeName === 'manage-project' && !/^\d+$/.test(this.$route.params.projectId)) {
|
||||
return true;
|
||||
}
|
||||
return ['manage-dashboard', 'manage-calendar', 'manage-messenger', 'manage-file', 'manage-application'].includes(this.routeName)
|
||||
return ['manage-dashboard','manage-messenger', 'manage-application'].includes(this.routeName)
|
||||
},
|
||||
},
|
||||
|
||||
|
||||
17
resources/assets/sass/pages/page-apply.scss
vendored
17
resources/assets/sass/pages/page-apply.scss
vendored
@ -229,6 +229,14 @@
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 8px;
|
||||
.ivu-btn{
|
||||
min-width: 120px;
|
||||
height: 38px;
|
||||
line-height: 36px;
|
||||
@media (max-width: 500px) {
|
||||
width: 50%;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@ -237,7 +245,10 @@
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
height: 100%;
|
||||
|
||||
margin: 0 -30px;
|
||||
.ivu-tabs-bar{
|
||||
padding: 0 10px;
|
||||
}
|
||||
.ivu-tabs-content {
|
||||
height: 100%;
|
||||
flex: 1;
|
||||
@ -321,10 +332,10 @@
|
||||
.aibot-warp {
|
||||
position: relative;
|
||||
height: 100%;
|
||||
|
||||
.ivu-form {
|
||||
padding: 0;
|
||||
overflow: hidden;
|
||||
padding: 0;
|
||||
margin: 0 30px;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user