Tooltips for WorkInProgress

This commit is contained in:
portree_kid 2020-05-24 09:04:07 +02:00
parent 315cb8b1f0
commit 1f395e2157
3 changed files with 11 additions and 7 deletions

View File

@ -131,3 +131,12 @@
<style scoped lang="scss">
</style>
<style>
/* global styles */
.el-popover--plain {
padding: 10px 10px;
}
.el-popover__title {
display: none;
}
</style>

View File

@ -25,12 +25,6 @@
<directory-select @input="flightgearDirectorySelect"></directory-select>
</el-col>
</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-col :span="7" class="label">Traffic Directory</el-col>
<el-col :span="15" class="file-label">{{ Traffic_directory }}</el-col>

View File

@ -57,4 +57,5 @@
}
.el-row {
margin-bottom: 0px;
}</style>
}
</style>