全屏
<custom-button tabindex="0">Press Tab to Focus Me!</custom-button>
custom-button {
  padding: 12px 8px;
  color: #185abc;
  border: #185abc 2px solid;
  border-radius: 12px;
  margin: 6px 6px;
  display: inline-block;
  background: #e8f0fe;
}
返回