@@ -352,17 +352,18 @@
// course-barcode
.course-barcode {
position: absolute;
- width: 200px;
+ min-width: 200px;
height: 40px;
top: 10px;
left: 50%;
- margin-left: -200px;
+ transform: translateX(-100%);
+ -webkit-transform: translateX(-100%);
text-align: center;
img {
- display: block;
+ display: inline-block;
height: 28px;
- width: 100%;
+ width: auto;
border: none;
}
img[src=""] {
@@ -288,17 +288,18 @@
.course-barcode img {
.course-barcode img[src=""] {
@@ -99,7 +99,7 @@
<el-table-column
class-name="action-column"
label="操作"
- width="140"
+ width="220"
fixed="right"
>
<template slot-scope="scope">