|
|
@@ -1030,28 +1030,39 @@ export default {
|
|
|
color: #606266;
|
|
|
}
|
|
|
|
|
|
-/* 查看财务单独一行;提交已挪到右侧面板,不再预留按钮间距 */
|
|
|
+/* 查看财务单独一行:按钮与成本/毛利必须同字号,避免 el-button 内部 span 把字撑大或缩小 */
|
|
|
.footer-finance {
|
|
|
display: flex;
|
|
|
align-items: center;
|
|
|
margin-bottom: 0;
|
|
|
+ font-size: 14px;
|
|
|
+ font-weight: 700;
|
|
|
+ color: #3385ff;
|
|
|
}
|
|
|
|
|
|
.footer-finance-sum {
|
|
|
+ margin-left: 8px;
|
|
|
font-size: 14px;
|
|
|
+ line-height: 1.4;
|
|
|
color: #3385ff;
|
|
|
font-weight: 700;
|
|
|
- margin-left: 8px;
|
|
|
}
|
|
|
|
|
|
.cart-finance-link {
|
|
|
padding: 0;
|
|
|
- font-size: 14px;
|
|
|
+ font-size: 14px !important;
|
|
|
+ line-height: 1.4;
|
|
|
color: #3385ff;
|
|
|
font-weight: 700;
|
|
|
text-decoration: underline;
|
|
|
}
|
|
|
|
|
|
+.cart-finance-link ::v-deep span {
|
|
|
+ font-size: 14px;
|
|
|
+ font-weight: 700;
|
|
|
+ line-height: 1.4;
|
|
|
+}
|
|
|
+
|
|
|
.pos-empty {
|
|
|
padding: 40px 12px;
|
|
|
text-align: center;
|