Toolbar update

pull/358/head
cagataycivici 2020-07-02 18:00:42 +03:00
parent 24bb517ee5
commit 926a710e31
10 changed files with 14 additions and 24 deletions

View File

@ -4855,7 +4855,6 @@
}
.p-toolbar {
background: #f5f5f5;
border: 0 none;
}

View File

@ -4855,7 +4855,6 @@
}
.p-toolbar {
background: #f5f5f5;
border: 0 none;
}

View File

@ -4855,7 +4855,6 @@
}
.p-toolbar {
background: #f5f5f5;
border: 0 none;
}

View File

@ -4855,7 +4855,6 @@
}
.p-toolbar {
background: #f5f5f5;
border: 0 none;
}

View File

@ -4855,7 +4855,6 @@
}
.p-toolbar {
background: #f5f5f5;
border: 0 none;
}

View File

@ -4855,7 +4855,6 @@
}
.p-toolbar {
background: #f5f5f5;
border: 0 none;
}

View File

@ -4855,7 +4855,6 @@
}
.p-toolbar {
background: #f5f5f5;
border: 0 none;
}

View File

@ -4855,7 +4855,6 @@
}
.p-toolbar {
background: #f5f5f5;
border: 0 none;
}

View File

@ -362,7 +362,7 @@ export default {
createId() {
let id = '';
var chars = 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789';
for ( var i = 0; i < 5; i++ ) {
for ( var i = 0; i &lt; 5; i++ ) {
id += chars.charAt(Math.floor(Math.random() * chars.length));
}
return id;

View File

@ -8,7 +8,6 @@
</div>
<div class="content-section implementation">
<div class="card">
<Toolbar>
<template slot="left">
<Button label="New" icon="pi pi-plus" style="margin-right: .5em" />
@ -24,7 +23,6 @@
</template>
</Toolbar>
</div>
</div>
<ToolbarDoc/>
</div>