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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user