admin管理员组

文章数量:1345436

I would like the date inside input type=‘date’ to be text-align=‘left’ instead of centre as by default. Is there any way to do this?

input[type='date'] {
   color: var(--c-placeholder);
   font-weight: 400;
   &:focus, &:valid {
      font-weight: 530;
      color: var(--black);
   }
}

本文标签: htmlSetting text input date’ on iOSStack Overflow