Update small details
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Lukas Bachschwell 2020-01-06 16:01:16 +01:00
parent eafcdef2d0
commit 60056d18d4
Signed by: lbsadmin
GPG Key ID: CCC6AA87CC8DF425
2 changed files with 85 additions and 83 deletions

View File

@ -150,15 +150,8 @@ export default {
label: 'Strateghisches Management'
}
],
people: [{
name: 'Franz Fiedler',
avatar: 'https://external-content.duckduckgo.com/iu/?u=https%3A%2F%2Ftse4.mm.bing.net%2Fth%3Fid%3DOIP.eQ7zUcL1ZRRFwc-V5pXquAAAAA%26pid%3DApi&f=1',
skills: [
{ name: 'Blockchain', strength: 100 },
{ name: 'Projektmanagement', strength: 92 }
]
}, {
people: [
{
name: 'Wolfgang Römer',
avatar: 'https://external-content.duckduckgo.com/iu/?u=https%3A%2F%2Ftse4.mm.bing.net%2Fth%3Fid%3DOIP.mJ3OSG9AD98jJSXYhB89_QAAAA%26pid%3DApi&f=1',
skills: [
@ -167,6 +160,15 @@ export default {
{ name: 'Reiseplanung', strength: 55 },
{ name: 'Blumen', strength: 12 }
]
},
{
name: 'Franz Fiedler',
avatar: 'https://external-content.duckduckgo.com/iu/?u=https%3A%2F%2Ftse4.mm.bing.net%2Fth%3Fid%3DOIP.eQ7zUcL1ZRRFwc-V5pXquAAAAA%26pid%3DApi&f=1',
skills: [
{ name: 'Blockchain', strength: 100 },
{ name: 'Projektmanagement', strength: 92 }
]
}, {
name: 'Lukas Bachschwell',
avatar: 'https://lbsfilm.at/media/pages/about/1056669128-1567191147/square-small.jpg',

View File

@ -45,7 +45,7 @@
</el-col>
</el-row>
<el-form-item style="margin-bottom: 40px;" label-width="70px" label="Summary:">
<el-form-item style="margin-bottom: 40px;" label-width="70px" label="Beschreibung:">
<el-input v-model="postForm.content_short" :rows="1" type="textarea" class="article-textarea" autosize placeholder="Beschreibung des Incentives" />
<span v-show="contentShortLength" class="word-counter">{{ contentShortLength }}words</span>
</el-form-item>