Commit 0d7f708f authored by renjintao's avatar renjintao

split

parent 99a2724e
......@@ -403,6 +403,12 @@ div::-webkit-scrollbar-corner {
.pt15 {
padding-top: 15px
}
.pr10 {
padding-right: 10px;
}
.pr20 {
padding-right: 20px;
}
.pr30 {
padding-right: 30px;
......@@ -999,7 +1005,8 @@ textarea::-webkit-input-placeholder {
background:#f5f6fa;
border-bottom:solid 1px #ccc;
border-left:solid 1px #ccc;
border-right:solid 1px #ccc
border-right:solid 1px #ccc;
}
.cellInfoTitle {
padding: 0 10px;
......
......@@ -48,7 +48,7 @@
</template>
</Table>
<div class="cellblock">
<p>剩余产品数量:{{amount}}</p>
<p class="tr" style="padding-right:380px;"><span class="pr20">剩余产品数量:</span>{{amount}}</p>
</div>
</div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment