|
@@ -767,7 +767,7 @@ export default {
|
|
|
padding: 10px 0;
|
|
|
margin: 0;
|
|
|
display: flex;
|
|
|
- justify-content: center;
|
|
|
+ justify-content: flex-start;
|
|
|
align-items:center;
|
|
|
height: 130px;
|
|
|
line-break:normal;
|
|
@@ -781,15 +781,17 @@ export default {
|
|
|
.innerTable p:last-child{
|
|
|
border-bottom: none;
|
|
|
}
|
|
|
-/* .innerTable p{
|
|
|
- padding:0 0 20px 0;
|
|
|
- border-bottom:1px solid #EBEEF5;
|
|
|
- }
|
|
|
-
|
|
|
- .innerTable p:last-child{
|
|
|
- padding: 20px 0 0 0;
|
|
|
- border-bottom: none;
|
|
|
- } */
|
|
|
+// .innerTable p{
|
|
|
+// padding:0 0 20px 0;
|
|
|
+// border-bottom:1px solid #EBEEF5;
|
|
|
+// }
|
|
|
+.innerTable p span{
|
|
|
+
|
|
|
+}
|
|
|
+// .innerTable p:last-child{
|
|
|
+// padding: 20px 0 0 0;
|
|
|
+// border-bottom: none;
|
|
|
+// }
|
|
|
|
|
|
.innerTable .el-checkbox__label{
|
|
|
width: calc(100% - 50px);
|
|
@@ -797,6 +799,6 @@ export default {
|
|
|
display:inline-grid;
|
|
|
white-space: pre-line;
|
|
|
word-wrap: break-word;
|
|
|
- overflow: hidden;
|
|
|
+ overflow: auto;
|
|
|
}
|
|
|
</style>
|