style: 增加打印模式下去除标签A下划线样式
This commit is contained in:
parent
59cd001c74
commit
02b27212d5
|
@ -1,3 +1,13 @@
|
|||
@media print {
|
||||
a:link {
|
||||
text-decoration: none !important;
|
||||
}
|
||||
|
||||
a[href]:after {
|
||||
content: none !important;
|
||||
}
|
||||
}
|
||||
|
||||
@media (min-width: 375px) {
|
||||
.toolbar .dropdown-menu a {
|
||||
padding: 0 14px;
|
||||
|
@ -40,9 +50,9 @@
|
|||
width: 194px;
|
||||
}
|
||||
|
||||
.form-inline .input-group input.form-control {
|
||||
width: 1%;
|
||||
}
|
||||
.form-inline .input-group input.form-control {
|
||||
width: 1%;
|
||||
}
|
||||
|
||||
.modal-lg {
|
||||
max-width: calc(90%);
|
||||
|
|
Loading…
Reference in New Issue