PanJiaChen / vue-element-admin

:tada: A magical vue admin https://panjiachen.github.io/vue-element-admin
MIT License
87.95k stars 30.47k forks source link

RTL layout support #3330

Open abdalhadi opened 4 years ago

abdalhadi commented 4 years ago

Feature request(新功能建议)

please may you add RTL layout to your project

mrs01dev commented 3 years ago

Kindly add RTL layout.

UIs for languages that are read from right-to-left (RTL), such as Arabic and Hebrew, should be mirrored to ensure content is easy to understand.

Mirroring layout

The main difference between left-to-right (LTR) and right-to-left (RTL) language scripts is the direction in which content is displayed:

LTR languages display content from left to right
RTL languages display content from right to left

RTL content also affects the direction in which some icons and images are displayed, particularly those depicting a sequence of events.

In general, the passage of time is depicted as left to right for LTR languages, and right to left for RTL languages. flexbox-axis

https://github.com/colinin/abp-vue-admin-element-typescript/issues/154