mirror of https://github.com/rancher/dashboard.git
adjust table styling for better alignment
This commit is contained in:
parent
8f17ded686
commit
0a51f518b6
|
|
@ -104,7 +104,7 @@ export default {
|
|||
<template>
|
||||
<thead>
|
||||
<tr>
|
||||
<th v-if="tableActions" :width="checkWidth">
|
||||
<th v-if="tableActions" :width="checkWidth" align="center">
|
||||
<input
|
||||
v-model="isAll"
|
||||
class="check"
|
||||
|
|
|
|||
|
|
@ -310,6 +310,7 @@ export default {
|
|||
}
|
||||
.flatter{
|
||||
display: flex;
|
||||
min-height: 75px;
|
||||
& > * {
|
||||
margin-right: 20px;
|
||||
padding: 10px 0 10px 0;
|
||||
|
|
|
|||
|
|
@ -28,7 +28,7 @@ export default {
|
|||
@import "@/assets/styles/base/_mixins.scss";
|
||||
|
||||
.badge-state {
|
||||
padding: 5px;
|
||||
padding: 5px 5px 5px 0;
|
||||
border: 1px solid transparent;
|
||||
border-radius: 2px;
|
||||
|
||||
|
|
@ -44,7 +44,7 @@ export default {
|
|||
display: inline-block;
|
||||
max-width: 100%;
|
||||
position: relative;
|
||||
padding: 1px 10px;
|
||||
padding: 1px 10px 1px 0;
|
||||
font-size: 1em;
|
||||
max-width: 110px;
|
||||
font-size: .85em;
|
||||
|
|
|
|||
Loading…
Reference in New Issue