misc: layout
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
<template>
|
<template>
|
||||||
<table style="width: 1000px; margin: auto" class="tb_layout bg0">
|
<table style="width: 1000px; margin: auto" class="bg0">
|
||||||
<tr>
|
<tr>
|
||||||
<td style="text-align: left">
|
<td style="text-align: left">
|
||||||
{{title}}<br /><button
|
{{title}}<br /><button
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
<template>
|
<template>
|
||||||
<div class="tb_layout bg0 back_bar">
|
<div class="bg0 back_bar">
|
||||||
<button type="button" class="btn btn-primary back_btn" @click="back">
|
<button type="button" class="btn btn-primary back_btn" @click="back">
|
||||||
돌아가기
|
돌아가기
|
||||||
</button>
|
</button>
|
||||||
|
|||||||
@@ -2,8 +2,8 @@
|
|||||||
<top-back-bar :title="title" />
|
<top-back-bar :title="title" />
|
||||||
<div
|
<div
|
||||||
id="container"
|
id="container"
|
||||||
class="tb_layout bg0"
|
class="bg0 px-2"
|
||||||
style="max-width: 1000px; margin: auto; border: solid 1px #888888"
|
style="max-width: 1000px; margin: auto; border: solid 1px #888888; overflow:hidden;"
|
||||||
>
|
>
|
||||||
<div id="inheritance_list" class="row">
|
<div id="inheritance_list" class="row">
|
||||||
<template v-for="(text, key) in inheritanceViewText" :key="key">
|
<template v-for="(text, key) in inheritanceViewText" :key="key">
|
||||||
@@ -14,10 +14,10 @@
|
|||||||
<div class="row">
|
<div class="row">
|
||||||
<label
|
<label
|
||||||
:id="`inherit_${key}_head`"
|
:id="`inherit_${key}_head`"
|
||||||
class="inherit_head col col-md-6 col-sm-12 col-6 col-form-label"
|
class="inherit_head col col-md-6 col-sm-7 col-6 col-form-label"
|
||||||
>{{ text.title }}</label
|
>{{ text.title }}</label
|
||||||
>
|
>
|
||||||
<div class="col col-md-6 col-sm-12 col-6">
|
<div class="col col-md-6 col-sm-5 col-6">
|
||||||
<input
|
<input
|
||||||
type="text"
|
type="text"
|
||||||
class="form-control inherit_value"
|
class="form-control inherit_value"
|
||||||
|
|||||||
Reference in New Issue
Block a user