Tooltips for WorkInProgress
This commit is contained in:
parent
315cb8b1f0
commit
1f395e2157
@ -131,3 +131,12 @@
|
|||||||
|
|
||||||
<style scoped lang="scss">
|
<style scoped lang="scss">
|
||||||
</style>
|
</style>
|
||||||
|
<style>
|
||||||
|
/* global styles */
|
||||||
|
.el-popover--plain {
|
||||||
|
padding: 10px 10px;
|
||||||
|
}
|
||||||
|
.el-popover__title {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
</style>
|
@ -25,12 +25,6 @@
|
|||||||
<directory-select @input="flightgearDirectorySelect"></directory-select>
|
<directory-select @input="flightgearDirectorySelect"></directory-select>
|
||||||
</el-col>
|
</el-col>
|
||||||
</el-row>
|
</el-row>
|
||||||
<el-row>
|
|
||||||
<el-col :span="7" class="label">AI Directory</el-col>
|
|
||||||
<el-col :span="15" class="file-label">{{ AI_directory }}</el-col>
|
|
||||||
<el-col :span="2" class="label">
|
|
||||||
</el-col>
|
|
||||||
</el-row>
|
|
||||||
<el-row>
|
<el-row>
|
||||||
<el-col :span="7" class="label">Traffic Directory</el-col>
|
<el-col :span="7" class="label">Traffic Directory</el-col>
|
||||||
<el-col :span="15" class="file-label">{{ Traffic_directory }}</el-col>
|
<el-col :span="15" class="file-label">{{ Traffic_directory }}</el-col>
|
||||||
|
@ -57,4 +57,5 @@
|
|||||||
}
|
}
|
||||||
.el-row {
|
.el-row {
|
||||||
margin-bottom: 0px;
|
margin-bottom: 0px;
|
||||||
}</style>
|
}
|
||||||
|
</style>
|
||||||
|
Loading…
Reference in New Issue
Block a user