测试
This commit is contained in:
1
frontend/node_modules/element-plus/theme-chalk/el-spinner.css
generated
vendored
Normal file
1
frontend/node_modules/element-plus/theme-chalk/el-spinner.css
generated
vendored
Normal file
@@ -0,0 +1 @@
|
||||
.el-time-spinner{white-space:nowrap;width:100%}.el-spinner{display:inline-block;vertical-align:middle}.el-spinner-inner{animation:rotate 2s linear infinite;height:50px;width:50px}.el-spinner-inner .path{stroke:var(--el-border-color-lighter);stroke-linecap:round;animation:dash 1.5s ease-in-out infinite}@keyframes rotate{to{transform:rotate(1turn)}}@keyframes dash{0%{stroke-dasharray:1,150;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-35}to{stroke-dasharray:90,150;stroke-dashoffset:-124}}
|
||||
Reference in New Issue
Block a user