Skip to content
Snippets Groups Projects
Commit 338694ab authored by moon's avatar moon
Browse files

Added margin for UpdateItemTable

parent cfc6a82e
No related branches found
No related tags found
No related merge requests found
<template>
<div
class="flex items-center justify-center panel-table w-full md:w-auto pt-10"
>
<table
:id="id"
class="table table-striped table-bordered table-hover"
></table>
<div class="main">
<table :id="id" class="table table-striped table-bordered table-hover" width="100%"></table>
</div>
</template>
......
<template>
<div id="page-content-wrapper" class="main">
<div v-if="userData !== null && (userRole === 'Contributor' || userRole === 'Maintainer')">
<h4 class="round">Update Items</h4>
<h2 class="round">Update Items</h2>
<update-item-table id="update-item-table">
</update-item-table>
</div>
......@@ -62,6 +62,10 @@ export default {
<style>
@import url("~@/assets/bootstrap.css");
h3 {
margin: 40px 0 0;
}
a {
color: #42b983;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment