fix: fix byAud table column widths on mobile with table-layout fixed

- table-layout: fixed so column widths are respected
- Владелец: 88px (compressed, select+button fit inside)
- Название: gets remaining space (widest column)
- Расположение: 80px
- ID/Кол-во/Тип: minimal widths

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Your Name
2026-05-19 15:02:09 +03:00
parent ec6088904c
commit 8715d21ea3
2 changed files with 25 additions and 5 deletions

View File

@@ -5,7 +5,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>АСУ Инвентаризация</title>
<link rel="stylesheet" href="/app/bootstrap.min.css" />
<link rel="stylesheet" href="/app/styles.css?v=3" />
<link rel="stylesheet" href="/app/styles.css?v=4" />
</head>
<body>
<header class="no-print">
@@ -174,7 +174,7 @@
</div>
<div class="status no-print" :class="{error: !!error}">{{ status }}</div>
<div class="table-responsive">
<table class="table datatable">
<table class="table datatable byaud-table">
<thead>
<tr>
<th scope="col">ID</th>