npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

gac-theme

v1.1.9

Published

统一gac基本样式

Downloads

7

Readme

spe-theme 样式及其使用介绍

🚀 SPE Theme

统一 Parrots OS 基本样式

修改 src 里面的代码后需要在 spe-theme 目录内运行

npm run build

也可以直接使用 src/index.less

项目里引用 parrots-os-theme 全局样式只需要在入口文件引入

import "spe-theme/theme/style.css"; 即可

Parrots 项目整体文档可以参考地址

antdComponents

Cascader

改了滚动条样式

Checkbox

改了部分样式

Form

form除了使用inline配置的,form的标签会固定宽度为200。form 默认不带padding margin classname=model-text-val 标签下一级标签,classname以ant-或者custom-开头的会固定宽度为400。 classname=error-msg-box 宽度固定为400,如果不需要可以不添加改classname,可自定义。

Modal

修改了部分样式,body默认带 padding:24px

Pagination

修改了部分样式,目前只检验了 size=default 的样式没问题。

Radio

修改了部分样式

Select

修改了滚动条样式

Table

目前只检验了size=default下样式没问题 添加了斑马纹 table内button的type=link ,默认修改 font-size: 12px
表格四边需要border的话,在table添加classname=outline-border

Tabs

改了部分样式

Tag

无样式修改