shish 2 kuukautta sitten
vanhempi
commit
062e193ff2
1 muutettua tiedostoa jossa 1 lisäystä ja 2 poistoa
  1. 1 2
      ghsApp/src/components/module/itemRemarkBar.vue

+ 1 - 2
ghsApp/src/components/module/itemRemarkBar.vue

@@ -76,7 +76,7 @@ export default {
 	display: flex;
 	flex-direction: row;
 	align-items: center;
-	width: 100%;
+	width: 550upx;
 	height: 48upx;
 	max-height: 48upx;
 	margin-top: 4upx;
@@ -117,7 +117,6 @@ export default {
 	color: #3385ff;
 	line-height: 48upx;
 	padding-left: 12upx;
-	margin-right: 10upx;
 	white-space: nowrap;
 }
 </style>