Merge branch 'develop' of http://gitlab.91isoft.com:90/LAWS/laws-system-front-FOTON into develop
This commit is contained in:
@@ -1033,7 +1033,8 @@ export default {
|
||||
questionClick(){
|
||||
sessionStorage.setItem('queId', this.activeQue)
|
||||
this.$http.get('lawss/AskQuestions/getAskQuestionsByakId',{
|
||||
id: this.activeQue
|
||||
id: this.activeQue,
|
||||
state: 'yes'
|
||||
},{
|
||||
_this: this
|
||||
}, res => {
|
||||
@@ -1258,13 +1259,13 @@ export default {
|
||||
overflow: auto;
|
||||
}
|
||||
#my-questions{
|
||||
height: 100%;
|
||||
height: calc(100vh - 75px);
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
background: #F5F7FA;
|
||||
margin-bottom: 10px;
|
||||
.tab-box{
|
||||
height: 100%;
|
||||
height: 93%;
|
||||
}
|
||||
.type-tabs {
|
||||
/deep/.el-tabs__header {
|
||||
|
||||
Reference in New Issue
Block a user