|
@@ -42,12 +42,14 @@ table{
|
|
line-height: 20px;
|
|
line-height: 20px;
|
|
word-break: break-all;
|
|
word-break: break-all;
|
|
display: flex;
|
|
display: flex;
|
|
- justify-content: flex-end;
|
|
|
|
|
|
+ justify-content: flex-start;
|
|
|
|
+ width: 100%;
|
|
}
|
|
}
|
|
.patInfoFst .patInfoSec:first-child{
|
|
.patInfoFst .patInfoSec:first-child{
|
|
text-align: right;
|
|
text-align: right;
|
|
- width: 76px;
|
|
|
|
|
|
+ width: 85px;
|
|
font-size: 14px;
|
|
font-size: 14px;
|
|
|
|
+ justify-content: flex-end;
|
|
}
|
|
}
|
|
&>tr>td:first-child {//打印样式需要改
|
|
&>tr>td:first-child {//打印样式需要改
|
|
// text-align: right;
|
|
// text-align: right;
|
|
@@ -181,7 +183,6 @@ table{
|
|
display: flex;
|
|
display: flex;
|
|
flex-flow: column;
|
|
flex-flow: column;
|
|
width: 100%;
|
|
width: 100%;
|
|
-
|
|
|
|
}
|
|
}
|
|
.font14 {
|
|
.font14 {
|
|
font-size: 14px;
|
|
font-size: 14px;
|