/* Custom styles goes here */
.table-action {
  width: 50;
}

.ios-list {
  list-style-type: none;
  padding: 0;
}
.ios-list li {
  border-bottom: 1px solid #eee;
  padding: 10px;
  margin-bottom: 5px;
  background-color: #f9f9f9;
  position: relative; /* 设置定位 */
}
.ios-list li:last-child {
  border-bottom: none;
}
.ios-list .icon {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.dark-mode {
  --bs-body-bg: #2e3034; /* 深色背景 */
  --bs-body-color: #fff;  /* 亮色文字 */
}