mirror of
https://github.com/suhf/No1WMS.git
synced 2026-02-04 19:54:00 +09:00
stock 쪽 해결
This commit is contained in:
@@ -60,3 +60,7 @@
|
||||
.w-65{
|
||||
width : 65%!important;
|
||||
}
|
||||
.col-centered{
|
||||
margin: 0 auto;
|
||||
float: none;
|
||||
}
|
||||
@@ -12,9 +12,9 @@
|
||||
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/js/bootstrap.bundle.min.js" integrity="sha384-C6RzsynM9kWDrMNeT87bh95OGNyZPhcTNXj1NW7RuBCsyN/o0jlpcV8Qyq46cDfL" crossorigin="anonymous"></script>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<title>No1 WMS</title>
|
||||
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<div class="container-fluid">
|
||||
<div class="row flex-nowrap">
|
||||
<!-- 네비게이션 쪽 -->
|
||||
@@ -213,7 +213,7 @@
|
||||
<div class="row">
|
||||
<div class="col-12">
|
||||
<!-- 설명란 있는 입력 -->
|
||||
<div class="input-group mb-3">
|
||||
<div class="input-group w-55 mb-3 col-centered">
|
||||
<span class="input-group-text" id="basic-addon1">설명란 있는 입력</span>
|
||||
<input type="text" class="form-control" placeholder="기본으로 보이는 값" aria-label="Username" aria-describedby="basic-addon1">
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user