empty-log.svg 554 B

12345678
  1. <svg width="200" height="200" viewBox="0 0 200 200" xmlns="http://www.w3.org/2000/svg">
  2. <rect width="200" height="200" fill="#f5f5f5"/>
  3. <rect x="50" y="50" width="100" height="100" rx="10" fill="#e0e0e0"/>
  4. <line x1="70" y1="80" x2="130" y2="80" stroke="#ccc" stroke-width="2"/>
  5. <line x1="70" y1="100" x2="130" y2="100" stroke="#ccc" stroke-width="2"/>
  6. <line x1="70" y1="120" x2="130" y2="120" stroke="#ccc" stroke-width="2"/>
  7. <text x="100" y="180" text-anchor="middle" font-family="Arial" font-size="14" fill="#999">暂无记录</text>
  8. </svg>