浏览代码

样式修改

常志远 3 年之前
父节点
当前提交
fb4e8ce4f4
共有 1 个文件被更改,包括 3 次插入3 次删除
  1. 3 3
      pages/MyInvoice/invoiceDetail.vue

+ 3 - 3
pages/MyInvoice/invoiceDetail.vue

@@ -12,7 +12,7 @@
 		
 		<u-cell-group>
 				<u-cell-item  title="开票状态" :arrow="false">
-					<text class="text">开票成功</text>
+					<text class="success">开票成功</text>
 				</u-cell-item>
 				<u-cell-item  title="发票代码" :arrow="false" value="000011110000"></u-cell-item>
 				<u-cell-item  title="发票号码" :arrow="false" value="00000000"></u-cell-item>
@@ -22,7 +22,7 @@
 				<u-cell-item  title="开票时间" :arrow="false" value="2022-06-08"></u-cell-item>
 			</u-cell-group>
 			<u-cell-item style="background-color: #fff;"  title="发票预览":arrow="false">
-				<text class="text">查看</text>
+				<text class="success">查看</text>
 			</u-cell-item>
 	</view>
 </template>
@@ -53,7 +53,7 @@
 	/deep/.u-cell__value,/deep/.u-cell_title{
 		font-size: 18px 
 	}
-	.text{
+	.success{
 		color: #00b962;
 	}
 </style>